menu
dart_faye package
documentation
dart_faye.dart
Client
stateStream property
stateStream property
dark_mode
light_mode
stateStream
property
Stream
<
int
>
get
stateStream
Get state change stream
Implementation
Stream<int> get stateStream => _stateController.stream;
dart_faye package
documentation
dart_faye
Client
stateStream property
Client class