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