toggle method
Implementation
void toggle() {
Debug().info(
"Prefer Canonical: $_preferCanonical -> ${!_preferCanonical}");
_preferCanonical = !_preferCanonical;
notifyListeners();
}
void toggle() {
Debug().info(
"Prefer Canonical: $_preferCanonical -> ${!_preferCanonical}");
_preferCanonical = !_preferCanonical;
notifyListeners();
}