Gets entry by key.
@override Future<String?> getEntryByKey(String key) async { return _box.get(key); }