NoCameraException.fromPlatformException constructor

NoCameraException.fromPlatformException(
  1. PlatformException exception
)

Implementation

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