run<T> function

T run<T>(
  1. T fn()
)

Implementation

T run<T>(T Function() fn) => fn();