copyToLocalFile method

Future<void> copyToLocalFile(
  1. String srcUri,
  2. String destPath
)

Implementation

Future<void> copyToLocalFile(String srcUri, String destPath) async {
  throw UnimplementedError('copyToLocalFile() has not been implemented.');
}