toggleLikeComment abstract method

Future<Comment?> toggleLikeComment(
  1. String commentId
)

Toggle like on a comment

Implementation

Future<Comment?> toggleLikeComment(String commentId);