Dart
dart:async
RunHandler typedef
description
RunHandler typedef
R
RunHandler
<
R
>(
Zone
self
,
ZoneDelegate
parent
,
Zone
zone
,
R
f
()
)
Implementation
typedef
RunHandler = R
Function
<R>( Zone self, ZoneDelegate parent, Zone zone, R
Function
() f);