remove method

bool remove()

Implementation

bool remove() => _routeStack[path.substring(1)]?.remove() ?? false;