post method

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

Implementation

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