setLicenseKey static method

Future<void> setLicenseKey(
  1. String? licenseKey
)

Sets the license key. @param licenseKey The license key to be used.

Implementation

static Future<void> setLicenseKey(String? licenseKey) =>
    PspdfkitFlutterPlatform.instance.setLicenseKey(licenseKey);