PushNotificationsSettingProps constructor

PushNotificationsSettingProps({
  1. required Future<String?> getToken,
})

Implementation

PushNotificationsSettingProps({
  required this.getToken,
});