put method

Future<HyperDeckRestResponse> put(
  1. String path, [
  2. Object? body
])

Implementation

Future<HyperDeckRestResponse> put(String path, [Object? body]) =>
    request('PUT', path, body: body);