move method

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

Implementation

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