run<T> function

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

Implementation

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