putJson method

Future<TestResponse> putJson(
  1. String path, [
  2. Object? body,
  3. Map<String, String>? headers
])

Implementation

Future<TestResponse> putJson(
  String path, [
  Object? body,
  Map<String, String>? headers,
]) => json('PUT', path, body, headers);