.init()
This API is used to initialize Mobilisten with an appKey and accessKey generated from the SalesIQ console for a specific bundle ID.
Example
CopiedZohoSalesIQ.init(appKey, accessKey).then((_) {
// your code goes here.
}).catchError((error){
// your code to handle errors.
});