playRange method

Future<HyperDeckResponse> playRange()

Requests the current playback range.

Implementation

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