menu
nui_core package
documentation
code/nui_code_util.dart
NUIAsync
run<T> static method
run<T> static method
dark_mode
light_mode
run<
T
>
static method
Future
<
T
>
run
<
T
>(
AsyncTask
<
T
>
task
)
Implementation
static Future<T> run<T>(AsyncTask<T> task) async{ return task(); }
nui_core package
documentation
code/nui_code_util
NUIAsync
run<T> static method
NUIAsync class