errorListener property

dynamic Function(SdkLicenseException exception)? errorListener
final

The callback that will be called when there are problems with a license.

Implementation

final Function(SdkLicenseException exception)? errorListener;