detectFaces method

Future<List<Face>> detectFaces(
  1. Uint8List imageBytes
)

Implementation

Future<List<Face>> detectFaces(Uint8List imageBytes) {
  throw UnimplementedError('detectFaces() has not been implemented.');
}