deleteComment abstract method

Future<void> deleteComment(
  1. String commentId
)

Delete a comment

Implementation

Future<void> deleteComment(String commentId);