Add SupportedUriSchemes support

This commit is contained in:
Ashita Prasad
2024-12-15 07:37:18 +05:30
parent 676468dc7c
commit 2bb54ec4d6
7 changed files with 25 additions and 14 deletions

View File

@ -78,7 +78,7 @@ Map<String, dynamic> entryToHAR(RequestModel requestModel) {
Map<String, dynamic> requestModelToHARJsonRequest(
HttpRequestModel? requestModel, {
defaultUriScheme = kDefaultUriScheme,
SupportedUriSchemes defaultUriScheme = kDefaultUriScheme,
bool exportMode = false,
bool useEnabled = false,
String? boundary,