Stops an output.
Future<void> stop(String outputName) async => await obsWebSocket.sendRequest(Request('StopOutput'));