menu
cell package
documentation
callable.dart
AsyncCallable
call<C extends Sync> method
call<C extends Sync> method
dark_mode
light_mode
call<
C extends Sync
>
method
C
call
<
C extends Sync
>(
C
sync
)
Returns the
Async
of the
Sync
object.
Implementation
C call<C extends Sync>(C sync) => sync.async;
cell package
documentation
callable
AsyncCallable
call<C extends Sync> method
AsyncCallable class