setKeywordDetectionLicense method
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;
}