init method

Future<bool> init()

Implementation

Future<bool> init() async {
  await super.initialize('preferences');
  await ApiCache().init();
  return isInitialize;
}