setLicense method

Future<bool> setLicense(
  1. String licenseKey
)

Sets the Davoice native license.

Implementation

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