extract method

Future<String?> extract(
  1. String sourceFile,
  2. String destDir
)

Implementation

Future<String?> extract(String sourceFile, String destDir) {
  throw UnimplementedError('extract() has not been implemented.');
}