remove method

Future<bool> remove(
  1. String key
)

Implementation

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