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