notFoundAutomationKeys constant

String const notFoundAutomationKeys

Implementation

static const String notFoundAutomationKeys =
    'We did not find the automation keys to upload. Please make sure you have added '
    'the TestSweets generator into the pubspec. If you have then make sure you run '
    'flutter pub run build_runner build --delete-conflicting-outputs before you attempt '
    'to upload the build';