Track an event asynchronously (for use in async contexts).
Future<void> trackAsync(SDKEvent event) async { track(event); }