readFileToLocal method

Future<void> readFileToLocal(
  1. Uri src,
  2. String dest
)

Implementation

Future<void> readFileToLocal(Uri src, String dest) async {
  throw UnimplementedError('readFileToLocal() has not been implemented.');
}