CellRestorationExtension<T extends ValueCell> extension

Provides the restore method for restoring the state of the cell.

on
  • T

Methods

restore({CellValueCoder coder = const CellValueCoder(), dynamic optional = false}) → T

Available on T, provided by the CellRestorationExtension extension

Register the cell for restoration and restore its state.