remove method

Future<bool> remove(
  1. String key
)

Implementation

Future<bool> remove(String key) {
  return prefs!.remove(key);
}