**I have a problem with this code:** The receiver can't be null, so the null-aware operator '?.' is unnecessary. this is appear when I execution the above code
please help me if u know anything about this problem
var activeVoteId = Provider.of<VoteState>(context).activeVote?.voteId ?? '';