menu
flutter_chat_kits package
documentation
core/base.dart
BaseNotifier
connected method
connected method
dark_mode
light_mode
connected
method
void
connected
(
)
Implementation
void connected() { _connected = true; _safeNotify(); _tryRun(); }
flutter_chat_kits package
documentation
core/base
BaseNotifier
connected method
BaseNotifier class