doctor function

void doctor()

alias of flutter doctor

Implementation

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