initializeSDK function

void initializeSDK()

Initializing the SDK with API credentials obtained from account dashboard. Replace the empty strings with the appropriate value

Implementation

void initializeSDK() {
  ApiCredentials credentials =
  ApiCredentials(apiKey: "44JVFVI3PBIA6CCJVM7F62B2HM14SN3J", clientID: "NNVLI4IJOOUL", appName: "test-sersvices");
  BlusaltSDK.initializeSDK(credentials, env: Environment.test_debug);
}