stopFastUpdateMode method
- bool discard = false,
Stops fast update mode and optionally discards pending changes.
Parameters
discard: When true discard changes made during fast update mode.
See also:
- isFastUpdateMode — checks whether fast update mode is active.
- startFastUpdateMode — enables fast update mode.
Implementation
void stopFastUpdateMode({bool discard = false}) {
objectMethod(
pointerId,
'LandmarkStore',
'stopFastUpdateMode',
args: discard,
);
}