removeTimelineClip method

Future<HyperDeckRestResponse> removeTimelineClip(
  1. int timelineClipIndex
)

Implementation

Future<HyperDeckRestResponse> removeTimelineClip(int timelineClipIndex) =>
    delete('/timelines/0/clips/$timelineClipIndex');