runChild method

  1. @override
Future<int> runChild(
  1. CopyOptions? options,
  2. String srcRelative, [
  3. String? dstRelative
])
override

Implementation

@override
Future<int> runChild(CopyOptions? options, String srcRelative,
        [String? dstRelative]) =>
    throw UnsupportedError('temp');