added new pages

This commit is contained in:
marcoabat
2023-08-05 14:07:21 +02:00
parent c5c00b999e
commit 77e1fa8244
5 changed files with 36 additions and 0 deletions

View File

@@ -28,6 +28,12 @@ class DbHelper {
return ed.checklists;
}
/// returns id of newly created checklist
static Future<int> addChecklist() async {
//TODO Add checklist
return 0;
}
static Stream<AuthState> get authChangeEventStream =>
_client.auth.onAuthStateChange;
}