createNotification method

Future<Map> createNotification(
  1. String token,
  2. String deliverType,
  3. String sourceId
)

Implementation

Future<Map> createNotification(
    String token, String deliverType, String sourceId) {
  throw UnimplementedError("Create Notification has not been implemented");
}