Future<void> setBirthTime(String apiBirthTime) async { await SessionManagerMethods.setString(birthTime, apiBirthTime); }