stopFastUpdateMode method
- bool discard = false,
Stop landmark store fast update mode.
Parameters
- IN discard Discard fast update mode session changes. Default is false.
Implementation
void stopFastUpdateMode({bool discard = false}) {
objectMethod(
_pointerId,
'LandmarkStore',
'stopFastUpdateMode',
args: discard,
);
}