projectConfigNotCreated constant

String const projectConfigNotCreated

Implementation

static const String projectConfigNotCreated =
    '''Project config is not created . If you forgot to setup your .testsweets file please
         create one. It requires three values, your projectId (found in your project settings)
         your apiKey (found in your project settings) and your flutterBuildCommand (the part
         of the command after flutter pub build apk).''';