cancelCurrentMode method
void
cancelCurrentMode()
Exit the active inspection mode without committing anything.
Implementation
void cancelCurrentMode() {
setMode(InspectorMode.none);
}
Exit the active inspection mode without committing anything.
void cancelCurrentMode() {
setMode(InspectorMode.none);
}