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