reload static method
Fetches the latest values from the host platform.
Implementation
static Future<void>? reload() {
return _prefs?.reload();
}
Fetches the latest values from the host platform.
static Future<void>? reload() {
return _prefs?.reload();
}