setReqId method

void setReqId(
  1. String reqId
)

Implementation

void setReqId(String reqId) {
  _reqId = reqId;
  notifyListeners();
}