clear method

void clear()

Implementation

void clear() {
  _token = null;
  _reqId = null;
  _name = null;
  _lenderCode = null;
  _mobileNumber = null;
  notifyListeners();
}