runProfile function

void runProfile(
  1. List<String> args
)

Implementation

void runProfile(List<String> args) {
  start('flutter', ['run', '--profile', ...args]);
}