getCountry method

String? getCountry()

Implementation

String? getCountry() {
  return SessionManagerNew.getString(country);
}