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