clean function

void clean()

alias of flutter clean

Implementation

void clean() {
  start('flutter', ['clean']);
}