unsubscribeToTrottlerEventsIfNeeded method
Implementation
@protected
void unsubscribeToTrottlerEventsIfNeeded() {
subscriptionStream?.cancel();
subscriptionStream = null;
}
@protected
void unsubscribeToTrottlerEventsIfNeeded() {
subscriptionStream?.cancel();
subscriptionStream = null;
}