updateReqParams method

void updateReqParams(
  1. Map m
)

new parameter from the requester

Implementation

void updateReqParams(Map m) {
  if (onReqParams != null) {
    onReqParams!(this, m);
  }
}