init method
初始化 CloudBaseStore
Implementation
Future<CloudBaseStore> init() async {
_prefs ??= await SharedPreferences.getInstance();
return this;
}
初始化 CloudBaseStore
Future<CloudBaseStore> init() async {
_prefs ??= await SharedPreferences.getInstance();
return this;
}