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