initialize method
Initializes the camera on the device.
Throws a CameraException if the initialization fails.
Implementation
Future<void> initialize() => _initializeWithDescription(description);
Initializes the camera on the device.
Throws a CameraException if the initialization fails.
Future<void> initialize() => _initializeWithDescription(description);