hasStoredPushNotification method

Future<bool?> hasStoredPushNotification()

Implementation

Future<bool?> hasStoredPushNotification() {
  throw UnimplementedError(
      'hasStoredPushNotification() has not been implemented.');
}