menu
yk_tools package
documentation
yk_disk_manager.dart
YKDiskManager
hasModule static method
hasModule static method
dark_mode
light_mode
hasModule
static method
bool
hasModule
(
String
module
)
检查模块是否已注册
Implementation
static bool hasModule(String module) => instance._moduleHandlers.containsKey(module);
yk_tools package
documentation
yk_disk_manager
YKDiskManager
hasModule static method
YKDiskManager class