remove method

dynamic remove(
  1. String key
)

Implementation

remove(String key) {
  prefs?.remove(key);
}