clipsClear method

Future<HyperDeckResponse> clipsClear()

Removes every clip.

Implementation

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