Future<bool> open(String pathOrUri, {String? mimeType}) async { web.window.open(pathOrUri, "_blank"); return true; }