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