menu
ensemble_test_runner package
documentation
runner/live_async_call.dart
LiveAsyncCallSupport
run<T> static method
run<T> static method
dark_mode
light_mode
run<
T
>
static method
Future
<
T?
>
run
<
T
>(
Future
<
T
>
call
()
)
Implementation
static Future<T?> run<T>(Future<T> Function() call) => _run(call, trackAsLiveCall: true);
ensemble_test_runner package
documentation
runner/live_async_call
LiveAsyncCallSupport
run<T> static method
LiveAsyncCallSupport class