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) {
  return FlutterselligentPlatform.instance.sendEvent(type, identifier, data);
}