moveTo method

dynamic moveTo(
  1. String dest
)

Implementation

moveTo(String dest) {
  File(filename).renameSync(dest);
}