initial Setup
suspend fun initialSetup(context: Context, builderAction: SetupOptionBuilder.() -> Unit? = null): SetupResp
Performs the initial setup for the SoftPOS. Only require called once per app installation.
Return
The setup response containing the results of the setup process.
Parameters
context
The application/ activity context.
builder Action
Configure the setup options.