run method

void run(
  1. List<String> args
)

Implementation

void run(List<String> args) {
  runZonedGuarded(_runApp, onGlobalError);
}