reload static method

Future<void>? reload()

Implementation

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