reload static method

Future<void> reload()

Implementation

static Future<void> reload() async {
  await _prefs.reload();
}