getBirthTime method

String? getBirthTime()

Implementation

String? getBirthTime() {
  return SessionManagerMethods.getString(birthTime);
}