Dart
dart:async
ZoneDelegate
run<
R
> abstract method
description
run<
R
> method
R
run
<
R
>(
Zone
zone
,
R
f
()
)
Implementation
R run<R>(Zone zone, R f());