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