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