autoFlushTimeout property
double
get
autoFlushTimeout
Implementation
double get autoFlushTimeout =>
getFunction<double>(SettingsKeys.trackerAutoFlushTimeout);
set
autoFlushTimeout
(double autoFlushTimeout)
Implementation
set autoFlushTimeout(double autoFlushTimeout) => setFunction<double>(
SettingsKeys.trackerAutoFlushTimeout, autoFlushTimeout);