CameraInitialisationException.fromPlatformException constructor

CameraInitialisationException.fromPlatformException(
  1. PlatformException exception
)

Implementation

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