remove method

void remove(
  1. String path
)

Removes a route by path.

Implementation

void remove(String path) {
  widget._state.remove(path);
}