hasOptedPushNotification method

Future<bool?> hasOptedPushNotification()

Implementation

Future<bool?> hasOptedPushNotification() async {
  return await _channel.invokeMethod("hasOptedPushNotification");
}