setCacheMeasurementExpiry method
Sets the time after which the measurements in the cache should expire. @param days Days to keep cached measurements.
Implementation
Future<void> setCacheMeasurementExpiry(int days) {
return methodChannel.invokeMethod('setCacheMeasurementExpiry', {Args.days: days});
}