getAllDrawerInstances static method

Map<String, RouterProxy> getAllDrawerInstances()

获取所有抽屉路由实例

Implementation

static Map<String, RouterProxy> getAllDrawerInstances() {
  return Map.unmodifiable(_drawerInstances);
}