TrackingStreamBegin constructor
TrackingStreamBegin({
- String category = '',
- TrackingType type_ = TrackingType.face,
- List<
String> faceBlendshapes = const [],
Implementation
TrackingStreamBegin({
this.category = '',
this.type_ = TrackingType.face,
this.faceBlendshapes = const [],
});