cleanLibrary method

void cleanLibrary()

Implementation

void cleanLibrary() async{
  var prefs = await SharedPreferences.getInstance();
  prefs.clear();
}