runBinary abstract method

R runBinary<R, T1, T2>(R action(T1 argument1, T2 argument2), T1 argument1, T2 argument2)

Executes the given action with argument1 and argument2 in this zone.

As run except that action is called with two arguments instead of none.

Source

R runBinary<R, T1, T2>(
    R action(T1 argument1, T2 argument2), T1 argument1, T2 argument2);

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-async/Zone/runBinary.html