setLicenseKeys static method
- @Deprecated('Use Nutrient.initialize from package:nutrient_flutter/bindings.dart ' 'instead.')
Sets the license keys for both platforms.
Implementation
@Deprecated(
'Use Nutrient.initialize from package:nutrient_flutter/bindings.dart '
'instead.')
static Future<void> setLicenseKeys(String? androidLicenseKey,
String? iOSLicenseKey, String? webLicenseKey) async =>
NutrientFlutterPlatform.instance
.setLicenseKeys(androidLicenseKey, iOSLicenseKey, webLicenseKey);