register static method
Implementation
static void register(SidebarXDrawer drawer) {
if (currentDrawer.value != drawer) {
currentDrawer.value = drawer;
}
}
static void register(SidebarXDrawer drawer) {
if (currentDrawer.value != drawer) {
currentDrawer.value = drawer;
}
}