use dev version of async and bloc tools

This commit is contained in:
Christien Rioux 2024-05-07 10:03:41 -05:00
parent 25a6a00fcf
commit 627066dd27
9 changed files with 21 additions and 17 deletions

View file

@ -391,7 +391,7 @@ class SingleContactMessagesCubit extends Cubit<SingleContactMessagesState> {
_renderState();
}
final WaitSet _initWait = WaitSet();
final WaitSet<void> _initWait = WaitSet();
final ActiveAccountInfo _activeAccountInfo;
final TypedKey _remoteIdentityPublicKey;
final TypedKey _localConversationRecordKey;