Reestructuracion de la app
This commit is contained in:
@@ -56,6 +56,10 @@ class NoteRepository {
|
||||
return categories;
|
||||
}
|
||||
|
||||
Future<DateTime?> getLastSyncAt() async {
|
||||
return _authApi.getLastSyncAt();
|
||||
}
|
||||
|
||||
Future<void> createCategory(Category category) async {
|
||||
debugPrint('createCategory called with: ${category.name}');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user