capture method

Future<String?> capture(
  1. dynamic withRecognize,
  2. dynamic withAnalyze,
  3. dynamic filterFields
)

Implementation

Future<String?> capture(withRecognize, withAnalyze, filterFields) {
  throw UnimplementedError('capture() has not been implemented. ($withRecognize, $withAnalyze, $filterFields)');
}