removeOutput method
Removes a given output.
Implementation
Future<void> removeOutput(CaptureOutput output) {
return _channel.$removeOutput(this, output);
}
Removes a given output.
Future<void> removeOutput(CaptureOutput output) {
return _channel.$removeOutput(this, output);
}