Moves/renames from to to.
from
to
@override Future<void> move(String from, String to) { _requireWrite(); return inner.move(from, to); }