reportCurrentRoute method
void
reportCurrentRoute(
- T newRoute
保存当前路由
Implementation
// ignore: use_setters_to_change_properties
void reportCurrentRoute(T newRoute) {
_current = newRoute;
}
保存当前路由
// ignore: use_setters_to_change_properties
void reportCurrentRoute(T newRoute) {
_current = newRoute;
}