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