refresh static method

Future<void> refresh()

Implementation

static Future<void> refresh() async {
  if (kIsWeb) {
    await reloadPage();
  }
}