setLicenseKey method

Future<void> setLicenseKey(
  1. String licenseKey
)

Implementation

Future<void> setLicenseKey(String licenseKey) {
  throw UnimplementedError('setLicenseKey() has not been implemented.');
}