ZoneCallback<R> typedef

ZoneCallback<R> = R Function()

A no-argument function, like the argument to Zone.run.

Implementation

typedef ZoneCallback<R> = R Function();