patchJson method

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

Implementation

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