jsonDataNotification method

Future<void> jsonDataNotification(
  1. Map<String, Object> jsonData
)

Implementation

Future<void> jsonDataNotification(Map<String, Object> jsonData) async {
  await awesomeNotifications.createNotificationFromJsonData(jsonData);
}