setAppKey method
app key for the application being tracked; find in the InTrack Dashboard under SDK.
Implementation
// Mandatory field.
InTrackConfig setAppKey(String appKey) {
_appKey = appKey;
return this;
}
app key for the application being tracked; find in the InTrack Dashboard under SDK.
// Mandatory field.
InTrackConfig setAppKey(String appKey) {
_appKey = appKey;
return this;
}