refresh static method

Future<void> refresh()

Refreshes the current browser's page.

Implementation

static Future<void> refresh() async {
  web.window.location.reload();
}