Future<String> getString(String key) async { await instance.fetchAndActivate(); return instance.getString(key); }