Method: FlutterRb::PluginPubspecCheck#pubspec_parameter
- Defined in:
- lib/flutter_rb/checks/plugin_pubspec_check.rb
#pubspec_parameter ⇒ String
Returns the parameter to be checked in the pubspec.yaml file. This method should be implemented in subclasses to specify the specific parameter to be checked.
23 24 25 |
# File 'lib/flutter_rb/checks/plugin_pubspec_check.rb', line 23 def pubspec_parameter raise UNIMPLEMENTED_ERROR end |