deleteCommentById abstract method

Future<void> deleteCommentById(
  1. String commentId
)

Implementation

Future<void> deleteCommentById(String commentId);