cell<T> method
Create a mutable input cell (the synchronous input layer).
Implementation
AsyncCellHandle<T> cell<T>(T value) => AsyncCellHandle<T>(this, value);
Create a mutable input cell (the synchronous input layer).
AsyncCellHandle<T> cell<T>(T value) => AsyncCellHandle<T>(this, value);