static Future<String?> getString({String? key}) { return _get<String>(key: key, getType: "string"); }