runRevali function

void runRevali(
  1. List<String> args
)

Implementation

void runRevali(List<String> args) {
  _run(args);
}