PushNotificationBloc constructor

PushNotificationBloc()

Creates a push notification bloc with initial state.

Implementation

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