clear method

Future clear()

Implementation

Future clear() async {
  SharedPreferences prefs = await SharedPreferences.getInstance();
  await prefs.clear();
}