pauseEventBusSubscription method

  1. @mustCallSuper
void pauseEventBusSubscription()

Sets paused flag to false so events stop processing

Implementation

@mustCallSuper
void pauseEventBusSubscription() {
  isPaused = true;
}