unlikePost abstract method

Future<TimelinePost> unlikePost(
  1. String userId,
  2. TimelinePost post
)

Implementation

Future<TimelinePost> unlikePost(String userId, TimelinePost post);