removeRequestModel method

RequestModel? removeRequestModel(
  1. RequestOptions options
)

Implementation

RequestModel? removeRequestModel(RequestOptions options) {
  if (!isLogEnabled) return null;
  return mapRequestOptions.remove(options);
}