Return.run constructor

Return.run(
  1. Widget run
)

Returns the result of a command

The provided Widget should just return a single command!

Implementation

Return.run(Widget this.run) : val = 0;