init method

Implementation

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