requestNotificationAuthorization abstract method

Future<NotificationAuthorizationResponse> requestNotificationAuthorization(
  1. IosNotificationAuthorizationOptions options, {
  2. bool? registerRemote,
})

Implementation

Future<NotificationAuthorizationResponse> requestNotificationAuthorization(
    IosNotificationAuthorizationOptions options,
    {bool? registerRemote});