getLastRemotePushNotification method

Future<RemoteNotificationData?> getLastRemotePushNotification()

Implementation

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