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