Skip to content

ZoneBinaryCallback<R, T1, T2>

typedef ZoneBinaryCallback<R, T1, T2> = R Function(T1, T2)

A two-argument function, like the argument to Zone.runBinary.