update method
Update a model in the repository
The model is updated with the new data
Implementation
Future<T> update(final T model) {
throw UnimplementedError();
}
Update a model in the repository
The model is updated with the new data
Future<T> update(final T model) {
throw UnimplementedError();
}