getFaceDetectionStream method

  1. @override
Stream<List<FaceDetection>> getFaceDetectionStream()
override

Implementation

@override
Stream<List<FaceDetection>> getFaceDetectionStream() {
  return _faceDetectionController.stream;
}