removeRequestModel method
Removes and returns a request model by RequestOptions.
Implementation
RequestModel? removeRequestModel(RequestOptions options) {
if (!isLogEnabled) return null;
return mapRequestOptions.remove(options);
}
Removes and returns a request model by RequestOptions.
RequestModel? removeRequestModel(RequestOptions options) {
if (!isLogEnabled) return null;
return mapRequestOptions.remove(options);
}