isPaused property

bool get isPaused

Whether the subscription is paused.

Upon resuming the subscription, if any event was sent while paused, the last event will be sent to the listener.

Implementation

bool get isPaused;