getLicenseFilePath method

Future<String> getLicenseFilePath()

Implementation

Future<String> getLicenseFilePath() async {
  return await nativeCall('licenseFilePath', []);
}