trackEvent method
Implementation
Future<LinkTrailEventResult> trackEvent({required String name, double? value, String? currency}) {
throw UnimplementedError('trackEvent() has not been implemented.');
}
Future<LinkTrailEventResult> trackEvent({required String name, double? value, String? currency}) {
throw UnimplementedError('trackEvent() has not been implemented.');
}