menu
arcane package
documentation
component/vfs/fs/io.dart
IOVFS
onDeleteFile method
onDeleteFile method
dark_mode
light_mode
onDeleteFile
method
@
override
Future
<
void
>
onDeleteFile
(
VFile
file
)
override
Implementation
@override Future<void> onDeleteFile(VFile file) => toFile(file.path).delete();
arcane package
documentation
component/vfs/fs/io
IOVFS
onDeleteFile method
IOVFS class