copy method

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

Implementation

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