remove method

dynamic remove()

Implementation

remove() async {
  SharedPreferences preferences = await SharedPreferences.getInstance();
  await preferences.remove(storageKey);
}