thereIsNoPubspecyamlFile static method
Implementation
static String thereIsNoPubspecyamlFile(String appPath) =>
'The folder at $appPath does not contain a pubspec.yaml file. '
'Please check if this is the correct folder or create the pubspec.yaml file.';