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