reload static method

Future<void>? reload()

Fetches the latest values from the host platform.

Implementation

static Future<void>? reload() {
  return _prefs.reload();
}