CameraModule constructor
CameraModule({
- CachedLocationHandler? cachedLocationHandler,
- ImageCaptureConfig? defaultCaptureConfig,
Implementation
CameraModule({
required this.navigationHandler,
final CachedLocationHandler? cachedLocationHandler,
final ImageCaptureConfig? defaultCaptureConfig,
}) : defaultCaptureConfig = defaultCaptureConfig ?? ImageCaptureConfig(),
cachedLocationHandler =
cachedLocationHandler ?? CachedLocationHandler();