vitalUpdateFrequency property

VitalsFrequency? vitalUpdateFrequency
getter/setter pair

Sets the preferred frequency for collecting mobile vitals.

Note this setting does not affect the sampling done by reportFlutterPerformance. Assign to null to disable mobile vitals collection.

Defaults to VitalsFrequency.average.

Implementation

VitalsFrequency? vitalUpdateFrequency;