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