detect method
Run detection on an image file.
Implementation
Future<List<DetectionResult>> detect({required String imagePath}) {
throw UnimplementedError('detect() has not been implemented.');
}
Run detection on an image file.
Future<List<DetectionResult>> detect({required String imagePath}) {
throw UnimplementedError('detect() has not been implemented.');
}