removeInput method
Removes a given input.
Implementation
Future<void> removeInput(CaptureInput input) {
return _channel.$removeInput(this, input);
}
Removes a given input.
Future<void> removeInput(CaptureInput input) {
return _channel.$removeInput(this, input);
}