detectFile method

Future<List<DocumentResult>?> detectFile(
  1. String file
)

Implementation

Future<List<DocumentResult>?> detectFile(String file) {
  throw UnimplementedError('detectFile() has not been implemented.');
}