menu
aidocs_flutter_view package
documentation
providers/store/chatwoot.provider.dart
ChatwootStoreProvider
update method
update method
dark_mode
light_mode
update
method
@
override
Future
<
void
>
update
(
ChatwootMessage
message
)
override
Update a message in the store
Implementation
@override Future<void> update(message) { return Future.value(); }
aidocs_flutter_view package
documentation
providers/store/chatwoot.provider
ChatwootStoreProvider
update method
ChatwootStoreProvider class