Future<void> sendEvent(EventType type, String identifier, Map<Object?, Object?> data) { return FlutterselligentPlatform.instance.sendEvent(type, identifier, data); }