menu
on_the_fly
core\folder_watchdog.dart
FolderRegistry
register method
register
dark_mode
light_mode
register
method
void
register
(
String
path
, {
required
bool
canRun
(),
required
void
payload
(),
})
Implementation
void register(String path, {required bool Function() canRun, required void Function() payload}) {}
on_the_fly
folder_watchdog
FolderRegistry
register method
FolderRegistry class