lint: enforce unawaited_futures, prefer_final_locals, etc.
This commit is contained in:
@@ -432,7 +432,7 @@ class WatchTogetherPeerService with KeepaliveMixin {
|
||||
_reconnectTimer = null;
|
||||
stopKeepalive();
|
||||
|
||||
_channelSubscription?.cancel();
|
||||
unawaited(_channelSubscription?.cancel());
|
||||
_channelSubscription = null;
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user