queryById method
Does elem.querySelector(#id) to select an element under this component.
Implementation
Element? queryById(String id) {
return elem.querySelector('#$id');
}
Does elem.querySelector(#id) to select an element under this component.
Element? queryById(String id) {
return elem.querySelector('#$id');
}