sendEvent method

Future<void> sendEvent({
  1. String? eventName,
  2. Map<String, String>? attributes,
})

Implementation

Future<void> sendEvent({String? eventName, Map<String, String>? attributes}) {
  throw UnimplementedError('platformVersion() has not been implemented.');
}