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