refresh static method
Refreshes the current browser's page.
Implementation
static Future<void> refresh() async {
web.window.location.reload();
}
Refreshes the current browser's page.
static Future<void> refresh() async {
web.window.location.reload();
}