extractTextFromDoc method

Future<String?> extractTextFromDoc(
  1. String filePath
)

Implementation

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