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