postRun method

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

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) {}