move abstract method

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

Moves/renames from to to.

Implementation

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