isCaptionFilterOn property
Get the caption filter on the history page.
Implementation
bool get isCaptionFilterOn {
return getPreference<bool>(key: 'caption_filter', defaultValue: false);
}
Get the caption filter on the history page.
bool get isCaptionFilterOn {
return getPreference<bool>(key: 'caption_filter', defaultValue: false);
}