notValidCommand static method

String notValidCommand(
  1. String command
)

Implementation

static String notValidCommand(String command) =>
    '$command is not a valid command, You can use either \'buildAndUpload\' or \'uploadApp\' or \'uploadKeys\'';