initSDK static method

Future<bool> initSDK(
  1. String licenseKey
)

Initializes the Docutain SDK. Must be called prior to using any functionality of the SDK.

Implementation

static Future<bool> initSDK(String licenseKey) {
  return DocutainSdkPlatform.instance.initSDK(licenseKey);
}