verifyAttached method

  1. @protected
void verifyAttached()
inherited

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.');
}