menu
pubnub
pubnub.dart
Subscription
isPaused property
isPaused
dark_mode
light_mode
isPaused
property
bool
get
isPaused
Whether this subscription is currently paused.
Implementation
bool get isPaused => _envelopeSubscription == null;
pubnub
pubnub
Subscription
isPaused property
Subscription class