createNotificationFromJsonData method

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

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) async {
  return false;
}