PushNotificationBloc constructor
PushNotificationBloc()
Creates a push notification bloc with initial state.
Implementation
PushNotificationBloc() : super(const PushNotificationInitial()) {
_onEvents();
}
Creates a push notification bloc with initial state.
PushNotificationBloc() : super(const PushNotificationInitial()) {
_onEvents();
}