recordSpill method

Future<HyperDeckResponse> recordSpill()

Starts spill recording.

Implementation

Future<HyperDeckResponse> recordSpill() => send(HyperDeckCommand.recordSpill);