stopOutput method

Future<void> stopOutput(
  1. String outputName
)

Stops an output.

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

Implementation

Future<void> stopOutput(String outputName) async => await stop(outputName);