menu
lazily package
documentation
async_context.dart
AsyncContext
getCell<T> method
getCell<T> method
dark_mode
light_mode
getCell<
T
>
method
T
getCell
<
T
>(
AsyncCellHandle
<
T
>
handle
)
Read a cell's value (synchronous).
Implementation
T getCell<T>(AsyncCellHandle<T> handle) => handle.get();
lazily package
documentation
async_context
AsyncContext
getCell<T> method
AsyncContext class