static void sendEvent(String event, {Map<String, dynamic>? data}) => unawaited(_sendEvent(event, data: data));