@override Future<String?> getSessionHostName() async { return await methodChannel .invokeMethod<String?>('getSessionHostName') .then<String?>((String? value) => value); }