Method: FlutterRb::PluginPubspecCheck#pubspec_parameter

Defined in:
lib/flutter_rb/checks/plugin_pubspec_check.rb

#pubspec_parameterString

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.

Returns:

  • (String)

    the parameter to be checked

Raises:

  • (NotImplementedError)

    if not implemented in subclasses



23
24
25
# File 'lib/flutter_rb/checks/plugin_pubspec_check.rb', line 23

def pubspec_parameter
  raise UNIMPLEMENTED_ERROR
end