verifyInitialized method

  1. @protected
void verifyInitialized()
inherited

Throws an AssertionError if this controller has not been initialized.

Implementation

@protected
void verifyInitialized() {
  assert(_initialized, 'CameraController has not been initialized.');
}