FSKit.start constructor
Implementation
FSKit.start(this.envId, this.apiKey, this.visitorId, this.onSdkReady) {
print(
" ############################## Start kit ######################### ");
_getCampaign().then((value) {
onSdkReady(value);
});
}