playRange method
Requests the current playback range.
Implementation
Future<HyperDeckResponse> playRange() => send(HyperDeckCommand.playRange);
Requests the current playback range.
Future<HyperDeckResponse> playRange() => send(HyperDeckCommand.playRange);