menu
bones_ui package
documentation
bones_ui_test.dart
FutureUITestChainNodeExtension<U extends UIRoot, E, P extends UITestChain<U, dynamic, dynamic, dynamic>, T extends UITestChainNode<U, E, P>>
call method
call method
dark_mode
light_mode
call
method
Future
<
T
>
call
(
void
call
(
E
e
)
)
Implementation
Future<T> call(void Function(E e) call) => then((o) => o.call(call) as T);
bones_ui package
documentation
bones_ui_test
FutureUITestChainNodeExtension<U extends UIRoot, E, P extends UITestChain<U, dynamic, dynamic, dynamic>, T extends UITestChainNode<U, E, P>>
call method
FutureUITestChainNodeExtension extension on
Future
<
UITestChainNode
<
U
,
E
,
P
>
>