menu
odin package
documentation
app/database/collection.dart
Collection<T extends Model>
onChanged method
onChanged method
dark_mode
light_mode
onChanged
method
Future
<
void
>
onChanged
(
CollectionChangeType
type
,
T?
model
)
Implementation
Future<void> onChanged(CollectionChangeType type, T? model) async {}
odin package
documentation
app/database/collection
Collection<T extends Model>
onChanged method
Collection class