Removes a route from the global entry in the routing table.
No longer call route when routing a PointerEvent. Requires that this route was previously added via addGlobalRoute.
Routes removed reentrantly within PointerRouter.route will take effect immediately.
Source
void removeGlobalRoute(PointerRoute route) { assert(_globalRoutes.contains(route)); _globalRoutes.remove(route); }