remove method

Future<void> remove(
  1. String key
)

Implementation

Future<void> remove(final String key) async => _prefs.remove(_getKey(key));