clear static method
Removes all occurrence-format preferences.
Implementation
static void clear() {
if (_formatTrie.isEmpty) {
return;
}
_formatTrie.clear();
_notifyListeners();
}
Removes all occurrence-format preferences.
static void clear() {
if (_formatTrie.isEmpty) {
return;
}
_formatTrie.clear();
_notifyListeners();
}