@override Future<void> openDeepLink(Map? extras) async { try { await methodChannel.invokeMethod('openDeepLink', {"extras": extras}); } on PlatformException catch (_) { rethrow; } }