displayLastReceivedRemotePushNotification method

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

Implementation

Future<void> displayLastReceivedRemotePushNotification({String? templateId = ''}) {
  throw UnimplementedError('displayLastReceivedRemotePushNotification() has not been implemented.');
}