Removes key from storage. No-op if absent.
key
@override Future<void> delete(String key) async { _data.remove(key); }