getAllDrawerInstances static method
获取所有抽屉路由实例
Implementation
static Map<String, RouterProxy> getAllDrawerInstances() {
return Map.unmodifiable(_drawerInstances);
}
获取所有抽屉路由实例
static Map<String, RouterProxy> getAllDrawerInstances() {
return Map.unmodifiable(_drawerInstances);
}