menu
aidocs_flutter_view package
documentation
providers/store/store.provider.dart
RemoteStoreProvider<T>
update abstract method
update abstract method
dark_mode
light_mode
update
abstract method
Future
<
void
>
update
(
T
message
)
Update a message in the store
Implementation
Future<void> update(T message);
aidocs_flutter_view package
documentation
providers/store/store.provider
RemoteStoreProvider<T>
update abstract method
RemoteStoreProvider class