MissingLicenceException.fromPlatformException constructor

MissingLicenceException.fromPlatformException(
  1. PlatformException exception
)

Implementation

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