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