menu
pubnub
pubnub.dart
Subscription
isCancelled property
isCancelled
dark_mode
light_mode
isCancelled
property
bool
get
isCancelled
Whether this subscription has been cancelled.
Implementation
bool get isCancelled => _cancelCompleter.isCompleted;
pubnub
pubnub
Subscription
isCancelled property
Subscription class