reload static method
重新加载缓存数据
Implementation
static Future<void> reload() async {
if (_prefs == null) await getInstance();
_prefs?.reload();
}
重新加载缓存数据
static Future<void> reload() async {
if (_prefs == null) await getInstance();
_prefs?.reload();
}