load method

void load()

Implementation

void load() async{
  prefs = await SharedPreferences.getInstance();
}