createNotificationFromJsonData abstract method

Future<bool> createNotificationFromJsonData(
  1. Map<String, dynamic> mapData
)

Creates a new notification based on a map similar to the map produced by toMap method

Implementation

Future<bool> createNotificationFromJsonData(Map<String, dynamic> mapData);