@override Future<void> hideVisitorCode() async { try { return await methodChannel .invokeMethod<void>('hideVisitorCode'); } catch (e) { rethrow; } }