pauseEventBusSubscription method
Sets paused flag to false so events stop processing
Implementation
@mustCallSuper
void pauseEventBusSubscription() {
isPaused = true;
}
Sets paused flag to false so events stop processing
@mustCallSuper
void pauseEventBusSubscription() {
isPaused = true;
}