move method

Future<void> move(
  1. String srcUrl,
  2. String destUrl
)

Implementation

Future<void> move(String srcUrl, String destUrl) {
  throw UnimplementedError('move() has not been implemented.');
}