preRun method

void preRun(
  1. List<String> args,
  2. Map<String, dynamic> flags
)
inherited

PreRun defines what code should be ran before the command is executed. Consider using this to set things up before the command is run.

Implementation

void preRun(List<String> args, Map<String, dynamic> flags) {}