runProfile function

void runProfile(
  1. List<String> args
)

alias of flutter run --profile

Implementation

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