@override Future<void> setInitialUri(String uri) async { await methodChannel.invokeMethod('setInitialUri', {'url': uri}); }