readFile method

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

Implementation

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