fix analysis

This commit is contained in:
Salvatore Giordano
2021-03-16 16:52:44 +01:00
parent c66212c37c
commit a14045a09d
5 changed files with 10 additions and 11 deletions
@@ -1209,6 +1209,7 @@ class ChannelClientState {
ChannelClientState(
this._channel,
ChannelState channelState,
// ignore: unnecessary_parenthesis
) : _debouncedUpdatePersistenceChannelState = ((ChannelState state) {
_channel?._client?.chatPersistenceClient?.updateChannelState(state);
}).debounced(const Duration(seconds: 1)) {