trackEvent method

Future<LinkTrailEventResult> trackEvent({
  1. required String name,
  2. double? value,
  3. String? currency,
})

Implementation

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