isCaptionFilterOn property

bool isCaptionFilterOn

Get the caption filter on the history page.

Implementation

bool get isCaptionFilterOn {
  return getPreference<bool>(key: 'caption_filter', defaultValue: false);
}