readFile method

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

Implementation

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