menu
core_custom_tools package
documentation
websocket/channel/channel.dart
Channel
isConnected property
isConnected property
dark_mode
light_mode
isConnected
property
BehaviorSubject
<
bool
>
isConnected
getter/setter pair
Implementation
BehaviorSubject<bool> isConnected = BehaviorSubject<bool>.seeded(false);
core_custom_tools package
documentation
websocket/channel/channel
Channel
isConnected property
Channel class