clipsCount method

Future<HyperDeckResponse> clipsCount()

Requests the number of clips.

Implementation

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