remove method

Future<bool> remove(
  1. String key
)

Implementation

Future<bool> remove(String key) async {
  return await _prefs.remove(key);
}