extractText method

Future<String> extractText(
  1. String filePath
)

Implementation

Future<String> extractText(String filePath) {
  throw UnimplementedError('extractText() has not been implemented.');
}