changeGridSize method
Implementation
void changeGridSize(AppGridSize size) {
gridSize.value = size;
_storageUtils.setDashboardGridSize(size.name);
}
void changeGridSize(AppGridSize size) {
gridSize.value = size;
_storageUtils.setDashboardGridSize(size.name);
}