sendEvent method
Implementation
Future<void> sendEvent({required String event, List<YoHeAttribute>? attributes}) {
return YoHePlatform.instance.sendEvent(event: event, attributes: attributes);
}
Future<void> sendEvent({required String event, List<YoHeAttribute>? attributes}) {
return YoHePlatform.instance.sendEvent(event: event, attributes: attributes);
}