verifyAttached method
Throws an AssertionError if this CameraOutput has not been attached to a CameraController.
Implementation
@protected
void verifyAttached() {
assert(_attached, 'This output is not attached to a CameraController.');
}
Throws an AssertionError if this CameraOutput has not been attached to a CameraController.
@protected
void verifyAttached() {
assert(_attached, 'This output is not attached to a CameraController.');
}