menu
sunny_sdk_core package
documentation
api/repository.dart
Repository<V extends Entity>
update method
update method
dark_mode
light_mode
update
method
Future
<
ChangeResult
>
update
(
String
id
,
V
body
)
Implementation
Future<ChangeResult> update(String id, V body) => illegalState("Not implemented");
sunny_sdk_core package
documentation
api/repository
Repository<V extends Entity>
update method
Repository class