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