move abstract method

Future<void> move(
  1. String from,
  2. String to
)

Moves the file from one path to another.

Implementation

Future<void> move(String from, String to);