setLicenseFilePath method

Future<void> setLicenseFilePath(
  1. String value
)

Implementation

Future<void> setLicenseFilePath(String value) async {
  return await nativeCall('setLicenseFilePath:', [value]);
}