bool popRoute({bool notify = true}) { _viewStack.removeLast(); if (notify) notifyWithLimit(); return _viewStack.isNotEmpty; }