clearHistory property

String get clearHistory

Label for clearing search history.

Implementation

String get clearHistory => Intl.message(
  'Clear history',
  name: 'clearHistory',
  desc: 'Button to clear search history',
  locale: locale.toString(),
);