postRun method
PostRun defines what code should be ran after the command is executed. Consider using this to clean up or free resources after the command is run.
Implementation
void postRun(List<String> args, Map<String, dynamic> flags) {}
PostRun defines what code should be ran after the command is executed. Consider using this to clean up or free resources after the command is run.
void postRun(List<String> args, Map<String, dynamic> flags) {}