Get the version information of ComPDFKit SDK.
static Future<String> getSDKBuildTag() async { String buildTag = await _methodChannel.invokeMethod(ComPDFKit.sdkBuildTag); return buildTag; }