copy method

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

Implementation

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