run method - ZoneDelegate class - dart:async library (original) (raw)

description

run<R> abstract method

R run<R>(

  1. Zone zone,
  2. R f() )

Implementation

R run<R>(Zone zone, R f());