static Future<void> logRegistrationEvent(String? userId) async { return _channel.invokeMethod('logRegistrationEvent', userId); }