CameraInitialisationException.fromPlatformException constructor
- PlatformException exception
Implementation
factory CameraInitialisationException.fromPlatformException(
PlatformException exception) =>
CameraInitialisationException(exception.message);