init method

初始化 CloudBaseStore

Implementation

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