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