run method

void run()

Implementation

void run() {
  return runZonedGuarded(
    _zonedCallback,
    _handleError,
  );
}