stop method

Stops playback or recording.

Implementation

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