menu
flutter_chat_sdk package
documentation
chat.dart
Chat
sync method
sync method
dark_mode
light_mode
sync
method
Future
<
void
>
sync
(
)
Force sync.
Implementation
Future<void> sync() { _ensureInitialized(); return _syncEngine.sync(); }
flutter_chat_sdk package
documentation
chat
Chat
sync method
Chat class