Method to make get. It's called from rust
Future<String?> get(String key) async { try { return _get(key); } catch (_) { throw ErrorCode.Generic; } }