hasStoredPushNotification static method

Future<bool?> hasStoredPushNotification()

Implementation

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