cancelVote method Null safety

dynamic cancelVote(
  1. Submission post
)

Static Method Canceling a Submission Vote

Implementation

static cancelVote(Submission post) async {
  return (await post.clearVote());
}