Track a custom event
@override void trackEvent({required String name, Map<String, dynamic>? parameters}) { onEvent?.call(name, parameters); }