getCity method

String? getCity()

Implementation

String? getCity() {
  return SessionManagerNew.getString(city);
}