setKeywordDetectionLicense method

Future<void> setKeywordDetectionLicense(
  1. String licenseKey
)

Sets the global gLicenseKey used by the detection engine.

All instances created afterward will use this license.

Implementation

Future<void> setKeywordDetectionLicense(String licenseKey) async {
  gLicenseKey = licenseKey;
}