CameraControllerNotifier constructor
CameraControllerNotifier(
- Ref<
Object?> _ref, - BuildContext _context
Implementation
CameraControllerNotifier(this._ref, this._context) : super(const AsyncValue.loading()) {
_initializeCamera();
}