remove method

Future<bool> remove(
  1. String key
)

移除指定键

Implementation

Future<bool> remove(String key) async => await _prefs.remove(key);