Navigates to the given URL.
@override void launch(String url) async { await channel.invokeMethod("launch", { "url": url, "viewId": viewId, }); }