customEvent method

Future<String?> customEvent(
  1. Map<String, Object> param
)

Implementation

Future<String?> customEvent(Map<String, Object>  param) {
 throw UnimplementedError('customEvent() has not been implemented.');
  }