setup method
Implementation
@override
void setup(AnalyticsConfig config) {
_addEventChannel();
methodChannel.invokeMethod("setup", {
"accountId": config.accountId,
"devToken": config.devToken,
"cryptKey": config.cryptKey,
"minReportInterval": config.minReportInterval,
"maxReportNumEachTime": config.maxReportNumEachTime,
"debugMode": config.debugMode
});
}