emulators function

void emulators()

alias of flutter emulators

Implementation

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