path property

  1. @override
String get path
override

The file path where the generated template will be saved.

Implementation

@override
String get path =>
    'android/src/main/kotlin/${packageName.replaceAll('.', '/')}/PermitPlugin.kt';