menu
odin package
documentation
app/database/model.dart
Model<C>
sync method
sync method
dark_mode
light_mode
sync
method
Future
<
void
>
sync
(
)
Implementation
Future<void> sync() async { await Collection.get(id: getCollection()).syncModel(this); }
odin package
documentation
app/database/model
Model<C>
sync method
Model class