@override Future<bool?> isInstalled({String? uri}) async { return await methodChannel .invokeMethod<bool?>('isInstalled', {'uri': uri}); }