setLicenseKey static method
- @Deprecated('Use Nutrient.initialize from package:nutrient_flutter/bindings.dart ' 'instead.')
- String? licenseKey
Sets the license key. @param licenseKey The license key to be used.
Implementation
@Deprecated(
'Use Nutrient.initialize from package:nutrient_flutter/bindings.dart '
'instead.')
static Future<void> setLicenseKey(String? licenseKey) =>
NutrientFlutterPlatform.instance.setLicenseKey(licenseKey);