menu
androssy package
documentation
services.dart
LocalDataRepository<T extends Entity>
update abstract method
update abstract method
dark_mode
light_mode
update
abstract method
Future
<
Response
<
T
>
>
update
(
{
required
T
data
,
})
Implementation
Future<Response<T>> update({required T data});
androssy package
documentation
services
LocalDataRepository<T extends Entity>
update abstract method
LocalDataRepository class