stopPropagation method

  1. @override
void stopPropagation()
override

Prevents subsequent middlewares from processing this specific change.

Implementation

@override
void stopPropagation() {
  _propagationStopped = true;
}