openStoredPushNotification method

Future<bool?> openStoredPushNotification()

Implementation

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