stopPropagation method
Prevents subsequent middlewares from processing this specific change.
Implementation
@override
void stopPropagation() {
_propagationStopped = true;
}
Prevents subsequent middlewares from processing this specific change.
@override
void stopPropagation() {
_propagationStopped = true;
}