static Future<dynamic> loginAsVisitor(String appId) async { return await _channel.invokeMethod('loginAsVisitor', appId); }