move method

Future<void> move(
  1. String srcUrl,
  2. String destUrl, {
  3. bool scoped = true,
})

Implementation

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