menu
revive package
documentation
repository/repository.dart
TestRepository<T extends Model>
update method
update method
dark_mode
light_mode
update
method
Future
<
void
>
update
(
T
model
)
override
Implementation
update(T model) async { models = models.update(model); await output(update, model); }
revive package
documentation
repository/repository
TestRepository<T extends Model>
update method
TestRepository class