PushNotificationsProviders constructor

PushNotificationsProviders({
  1. required List<PushNotificationProvider> pushNotificationProviders,
})

Implementation

PushNotificationsProviders({required this.pushNotificationProviders});