menu
androssy package
documentation
core.dart
LocalDataHandlerImpl<T extends Entity>
update method
update method
dark_mode
light_mode
update
method
@
override
Future
<
Response
<
T
>
>
update
(
{
required
T
data
,
})
override
Implementation
@override Future<Response<T>> update({required T data}) { return repository.update(data: data); }
androssy package
documentation
core
LocalDataHandlerImpl<T extends Entity>
update method
LocalDataHandlerImpl class