setAppKey method
app key for the application being tracked; find in the Countly Dashboard under Management > Applications.
Implementation
// Mandatory field.
CountlyConfig setAppKey(String appKey) {
_appKey = appKey;
return this;
}
app key for the application being tracked; find in the Countly Dashboard under Management > Applications.
// Mandatory field.
CountlyConfig setAppKey(String appKey) {
_appKey = appKey;
return this;
}