TrackingStreamBegin constructor

TrackingStreamBegin({
  1. String category = '',
  2. TrackingType type_ = TrackingType.face,
  3. List<String> faceBlendshapes = const [],
})

Implementation

TrackingStreamBegin({
    this.category = '',
    this.type_ = TrackingType.face,
    this.faceBlendshapes = const [],
});