patchUri<T> abstract method
Future<Response<T> >
patchUri<T>(
- Uri uri, {
- Object? data,
- Options? options,
- CancelToken? cancelToken,
- ProgressCallback? onSendProgress,
- ProgressCallback? onReceiveProgress,
Convenience method to make an HTTP PATCH request with Uri.
Implementation
Future<Response<T>> patchUri<T>(
Uri uri, {
Object? data,
Options? options,
CancelToken? cancelToken,
ProgressCallback? onSendProgress,
ProgressCallback? onReceiveProgress,
});