移除key对应的值;清除缓存的stream
Future<bool> remove(String key) async { return (await _prefsFuture).remove(key); }