initStorage static method

Future<void> initStorage()

Implementation

static Future<void> initStorage() async {
  prefs = await SharedPreferences.getInstance();
}