toggle method

Future<bool> toggle(
  1. String outputName
)

Toggles the status of an output.

  • Complexity Rating: 4/5
  • Latest Supported RPC Version: 1
  • Added in v5.0.0

Implementation

Future<bool> toggle(String outputName) async =>
    await toggleOutput(outputName);