toggle method
Toggles the status of the record output.
- Complexity Rating: 1/5
- Latest Supported RPC Version: 1
- Added in v5.0.0
Implementation
Future<void> toggle() async =>
await obsWebSocket.sendRequest(Request('ToggleRecord'));
Toggles the status of the record output.
Future<void> toggle() async =>
await obsWebSocket.sendRequest(Request('ToggleRecord'));