sendEvent method

Future<void> sendEvent(
  1. EventType type,
  2. String identifier,
  3. Map<Object?, Object?> data
)

Implementation

Future<void> sendEvent(EventType type, String identifier, Map<Object?, Object?> data) {
  throw UnimplementedError('sendEvent() has not been implemented.');
}