init method

Implementation

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