resetComposing method

void resetComposing({
  1. bool notify = true,
})

Abandon any in-flight composition and restore the baseline editing state WITHOUT closing the platform connection. Used when the host swaps the engine under a reused view — the stale pre-edit must not commit into the newly swapped-in engine.

Implementation

void resetComposing({bool notify = true}) => _resetEditing(notify: notify);