menu
dart_pusher_channels package
documentation
dart_pusher_channels.dart
Channel<T extends ChannelState>
currentStatus property
currentStatus property
dark_mode
light_mode
currentStatus
property
@protected
ChannelStatus
?
get
currentStatus
Gives the current status of the
state
.
Implementation
@protected ChannelStatus? get currentStatus => state?.status;
dart_pusher_channels package
documentation
dart_pusher_channels
Channel<T extends ChannelState>
currentStatus property
Channel class