force method
T
force()
Lazily evaluates the function passed into the constructor.
Implementation
@pragma("vm:prefer-inline")
T force() => call();
Lazily evaluates the function passed into the constructor.
@pragma("vm:prefer-inline")
T force() => call();