menu
sff_lib
filesystem.dart
File
copy method
copy
dark_mode
light_mode
copy
method
File
copy
(
String
path
)
Implementation
File copy(String path) => io.copy(super.path, path);
sff_lib
filesystem
File
copy method
File class