thereIsNoPubspecyamlFile static method

String thereIsNoPubspecyamlFile(
  1. String appPath
)

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.';