X extension
- on
Methods
-
input<
I extends Object?> (Function method, I input) → Future< I> -
Available on TestEffect, provided by the X extension
-
io<
I extends Object?, O extends Object?> (Function method, {required O output, required I input, Duration duration = const Duration(seconds: 0)}) → Future< I> -
Available on TestEffect, provided by the X extension
-
output<
I extends Object?> (Function method, I output) → Future< void> -
Available on TestEffect, provided by the X extension