clearStackPath method

  1. @protected
void clearStackPath()

Clears the path binding.

Called internally when the route is removed from a path.

Implementation

@protected
void clearStackPath() => _path = null;