menu
mhu_dart_commons package
documentation
commons.dart
run<T> function
run<T> function
dark_mode
light_mode
run<
T
>
function
T
run
<
T
>(
T
fn
()
)
Implementation
T run<T>(T Function() fn) => fn();
mhu_dart_commons package
documentation
commons
run<T> function
commons library