2. Initiating the SDK
To initialise the SDK, client needs to call the initiate SDK function. The initiate function call boots up the Hypercheckout SDK and makes it ready for all other operations
Follow the below steps to make an initiate SDK call
Warning
Initiate is to be called in the build function of the Home Screen widget. Not following this will lead to increased Hypercheckout latency.
Step 2.1.
Import HyperSDK
Step 2.2.
Create an instance of HyperServices
Step 2.3.
Create Initiate payload
Step 2.4.
Create CallbackHandler
Step 2.5.
Call initiate

