hasStoredPushNotification method

  1. @override
Future<bool?> hasStoredPushNotification()
override

Implementation

@override
Future<bool?> hasStoredPushNotification() {
  return methodChannel.invokeMethod('hasStoredPushNotification');
}