getFaceEvent method

Stream getFaceEvent()

Retrieves a stream of face events for facial information.

This function returns a stream that provides facial information through FaceEvent objects. Consumers of the stream can receive and process updates about facial data.

Implementation

Stream<dynamic> getFaceEvent() {
  return SeeSoPlatform.instance.getFaceEventStream();
}