feat: background streaming of responses

This commit is contained in:
cogwheel0
2025-08-16 20:27:44 +05:30
parent 33fc26d755
commit 9be04ef2b9
23 changed files with 2676 additions and 322 deletions

View File

@@ -306,7 +306,7 @@ class PlatformService {
return Switch(
value: value,
onChanged: onChanged,
activeColor: activeColor,
activeThumbColor: activeColor,
);
}
}