getContactNo method

String? getContactNo()

Implementation

String? getContactNo() {
  return SessionManagerNew.getString(contactNo);
}