createNotificationFromJsonData method
Creates a new notification based on a map similar to the map produced by toMap method
Implementation
@override
Future<bool> createNotificationFromJsonData(Map<String, dynamic> mapData) {
return LocalNotificationsPlatform.instance
.createNotificationFromJsonData(mapData);
}