putAsync abstract method

Future<Response> putAsync(
  1. String url,
  2. String content,
  3. ContentType contentType, [
  4. Map<String, String>? headers,
])

PUT

Implementation

Future<Response> putAsync(String url, String content, ContentType contentType,
    [Map<String, String>? headers]);