PushNotificationBloc constructor

PushNotificationBloc()

Implementation

PushNotificationBloc() : super(const PushNotificationInitial()) {
  _onEvents();
}