displayNotification method

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

Implementation

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