unsubscribeToTrottlerEventsIfNeeded method

  1. @protected
void unsubscribeToTrottlerEventsIfNeeded()

Implementation

@protected
void unsubscribeToTrottlerEventsIfNeeded() {
  subscriptionStream?.cancel();
}