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