menu
odin package
documentation
app/database/model.dart
Model<C>
shouldDeleteByLimit method
shouldDeleteByLimit method
dark_mode
light_mode
shouldDeleteByLimit
method
Future
<
bool
>
shouldDeleteByLimit
(
)
Implementation
Future<bool> shouldDeleteByLimit() async { return await onShouldDeleteByLimit(); }
odin package
documentation
app/database/model
Model<C>
shouldDeleteByLimit method
Model class