@override Future<void> launch(String url, {String? features, String name = "_blank"}) async { window.open(url, name, features); }