restoreLayoutSnapshot static method

void restoreLayoutSnapshot(
  1. FdcGridController controller,
  2. FdcGridLayoutSnapshot snapshot
)

Restores a previously captured layout snapshot.

Implementation

static void restoreLayoutSnapshot(
  FdcGridController controller,
  FdcGridLayoutSnapshot snapshot,
) {
  controller._restoreLayoutSnapshot(snapshot);
}