Sets the license key. @param licenseKey The license key to be used.
static Future<void> setLicenseKey(String? licenseKey) => PspdfkitFlutterPlatform.instance.setLicenseKey(licenseKey);