clearStackPath method
Clears the path binding.
Called internally when the route is removed from a path.
Implementation
@protected
void clearStackPath() => _path = null;
Clears the path binding.
Called internally when the route is removed from a path.
@protected
void clearStackPath() => _path = null;