restoreLayoutSnapshot static method
Restores a previously captured layout snapshot.
Implementation
static void restoreLayoutSnapshot(
FdcGridController controller,
FdcGridLayoutSnapshot snapshot,
) {
controller._restoreLayoutSnapshot(snapshot);
}