removeRoute unresolved future · Issue #157505 · flutter/flutter
Steps to reproduce In some scenarios, developers may want to use removeRoute() instead of pop() to remove a nested route which is not the first one. By calling removeRoute() alone, all codes which ...