Log a generic event.
On real applications, the event should be logged to an analytics service
Future<void> logEvent({ required String name, Map<String, Object>? parameters, });