Dart API Reference
dart:async
RunHandler
RunHandler
typedef
dynamic
RunHandler
(
Zone
self
,
ZoneDelegate
parent
,
Zone
zone
,
dynamic
f
()
)