removeRoute<T> abstract method

void removeRoute<T>(
  1. String name
)

Removes the route with the specified name from the navigation stack.

Implementation

void removeRoute<T>(String name);