setDeviceFilter method
- Device? input
Sets deviceFilter and updates the UI.
Implementation
void setDeviceFilter(Device? input) {
deviceFilter = input;
notifyListeners();
}
Sets deviceFilter and updates the UI.
void setDeviceFilter(Device? input) {
deviceFilter = input;
notifyListeners();
}