Get the version code of the ComPDFKit SDK.
static Future<String> getVersionCode() async { String versionCode = await _methodChannel.invokeMethod(ComPDFKit.sdkVersionCode); return versionCode; }