RequestApi.customMethodUri constructor
RequestApi.customMethodUri({})
Implementation
RequestApi.customMethodUri({
required this.method,
required this.uri,
this.headers,
this.files = const [],
this.body = const {},
this.isMultipartRequest = false,
});