connectionStatus property
final
Notifier for when the socket connects or disconnects
Implementation
final ValueNotifier<bool> connectionStatus = ValueNotifier(false);
Notifier for when the socket connects or disconnects
final ValueNotifier<bool> connectionStatus = ValueNotifier(false);