CameraPermissionDeniedException.fromPlatformException constructor

CameraPermissionDeniedException.fromPlatformException(
  1. PlatformException exception
)

Implementation

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