requestAuthorizationForPushNotifications method

  1. @override
Future<void> requestAuthorizationForPushNotifications()
override

Implementation

@override
Future<void> requestAuthorizationForPushNotifications() async {
  await _channel.invokeMethod('requestAuthorizationForPushNotifications');
}