detectHumanFaces method

Future<String?> detectHumanFaces(
  1. String imagePath
)

Implementation

Future<String?> detectHumanFaces(String imagePath) {
  throw UnimplementedError('detectHumanFaces() has not been implemented.');
}