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();