menu
hmr package
documentation
runtime.dart
Hmr
onFileDeleted method
onFileDeleted method
dark_mode
light_mode
onFileDeleted
method
void
onFileDeleted
(
void
handler
(
FsDeleted
change
)
)
Implementation
void onFileDeleted(void Function(FsDeleted change) handler) => _onFile<FsDeleted>(handler);
hmr package
documentation
runtime
Hmr
onFileDeleted method
Hmr class