verifyInitialized method
Throws an AssertionError if this controller has not been initialized.
Implementation
@protected
void verifyInitialized() {
assert(_initialized, 'CameraController has not been initialized.');
}
Throws an AssertionError if this controller has not been initialized.
@protected
void verifyInitialized() {
assert(_initialized, 'CameraController has not been initialized.');
}