getLastRemotePushNotification method

Future<RemoteNotificationData?> getLastRemotePushNotification()

Implementation

Future<RemoteNotificationData?> getLastRemotePushNotification() {
  return FlutterselligentPlatform.instance.getLastRemotePushNotification();
}