ZoneCallback<R> typedef
A no-argument function, like the argument to Zone.run.
Implementation
typedef ZoneCallback<R> = R Function();
A no-argument function, like the argument to Zone.run.
typedef ZoneCallback<R> = R Function();