openStoredPushNotification static method

Future<bool?> openStoredPushNotification()

Implementation

static Future<bool?> openStoredPushNotification() {
  return ChannelTalkFlutterPlatform.instance.openStoredPushNotification();
}