addMapRequestOption method

dynamic addMapRequestOption(
  1. RequestOptions options,
  2. RequestModel model
)

Implementation

addMapRequestOption(RequestOptions options, RequestModel model) {
  if (!isLogEnabled) return;
  mapRequestOptions[options] = model;
}