CameraControllerNotifier constructor

CameraControllerNotifier(
  1. Ref<Object?> _ref,
  2. BuildContext _context
)

Implementation

CameraControllerNotifier(this._ref, this._context) : super(const AsyncValue.loading()) {
  _initializeCamera();
}