init method

Future<bool> init()

Implementation

Future<bool> init() async {
  _sharedPrefs = await SharedPreferences.getInstance();
  return true;
}