reactToPost abstract method

Future<TimelinePost> reactToPost(
  1. TimelinePost post,
  2. TimelinePostReaction reaction, {
  3. Uint8List image,
})

Implementation

Future<TimelinePost> reactToPost(
  TimelinePost post,
  TimelinePostReaction reaction, {
  Uint8List image,
});