init method

Future<int?> init(
  1. String key
)

Initialize the SDK

Implementation

Future<int?> init(String key) {
  return FlutterDocumentScanSdkPlatform.instance.init(key);
}