displayLastReceivedRemotePushNotification method

Future<void> displayLastReceivedRemotePushNotification({
  1. String? templateId = '',
})

Implementation

Future<void> displayLastReceivedRemotePushNotification({String? templateId = ''}) {
  return FlutterselligentPlatform.instance.displayLastReceivedRemotePushNotification(templateId: templateId);
}