lint: enforce unawaited_futures, prefer_final_locals, etc.

This commit is contained in:
edde746
2026-04-25 12:27:28 +02:00
parent c2cd2dea37
commit feba5b6f74
52 changed files with 1072 additions and 1978 deletions
@@ -432,7 +432,7 @@ class WatchTogetherPeerService with KeepaliveMixin {
_reconnectTimer = null;
stopKeepalive();
_channelSubscription?.cancel();
unawaited(_channelSubscription?.cancel());
_channelSubscription = null;
try {