Returns all keys currently stored.
@override Future<List<K>> get keys async { return _storage.keys.toList(); }