onControllerCreated property

(dynamic Function(CameraController? controller, Exception? error)?) onControllerCreated
final

Called when the camera controller is created

Implementation

final Function(CameraController? controller, Exception? error)?
    onControllerCreated;