goTo method
Moves the transport to position.
Implementation
Future<HyperDeckResponse> goTo(Map<String, Object?> position) =>
command('goto', position);
Moves the transport to position.
Future<HyperDeckResponse> goTo(Map<String, Object?> position) =>
command('goto', position);