trackEvent method
Future<void>
trackEvent({
- required AppwinAutomationEvent event,
- String? eventName,
- Map<
String, String> ? properties,
Reports a moment a campaign can trigger on. See
AppwinNotifications.trackEvent.
Implementation
Future<void> trackEvent({
required AppwinAutomationEvent event,
String? eventName,
Map<String, String>? properties,
}) {
throw UnimplementedError('trackEvent() has not been implemented.');
}