openStoredPushNotification method

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

Implementation

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