reload static method

Future<void> reload()

Reloads the storage data from the platform.

Implementation

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