reload static method
Reloads the storage data from the platform.
Implementation
static Future<void> reload() async {
_ensureInitialized();
await _prefs!.reload();
}
Reloads the storage data from the platform.
static Future<void> reload() async {
_ensureInitialized();
await _prefs!.reload();
}