Future<String> getFriendsByName(String name) async { var uuid = await utils.convertNameToUuid(name); return getFriendsByUuid(uuid); }