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