displayNotification method

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

Implementation

@override
Future<void> displayNotification(String notificationId, {String? templateId = ''}) async {
  await displayIAM(notificationId, templateId: templateId);
}