BarcodeScanException.fromPlatformException constructor

BarcodeScanException.fromPlatformException(
  1. PlatformException exception
)

Implementation

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