alias of flutter run --release
flutter run --release
void runRelease(List<String> args) { start('flutter', ['run', '--release', ...args]); }