setLicenseKeys static method
Sets the license keys for both platforms.
Implementation
@Deprecated('Use [Pspdfkit.initialize] instead.')
static Future<void> setLicenseKeys(String? androidLicenseKey,
String? iOSLicenseKey, String? webLicenseKey) async =>
PspdfkitFlutterPlatform.instance
.setLicenseKeys(androidLicenseKey, iOSLicenseKey, webLicenseKey);