menu
coastline package
documentation
system/file.dart
CFile
moveTo method
moveTo method
dark_mode
light_mode
moveTo
method
dynamic
moveTo
(
String
dest
)
Implementation
moveTo(String dest) { File(filename).renameSync(dest); }
coastline package
documentation
system/file
CFile
moveTo method
CFile class