cancelVote method Null safety
- Submission post
Static Method Canceling a Submission Vote
Implementation
static cancelVote(Submission post) async {
return (await post.clearVote());
}
Static Method Canceling a Submission Vote
static cancelVote(Submission post) async {
return (await post.clearVote());
}