String drawerID(String appID, DrawerType drawerType) { return '$appID-DRAWER${drawerType == DrawerType.left ? '-LEFT' : '-RIGHT'}'; }