sendLike abstract method

Future<CompletionHandler> sendLike(
  1. int count
)

Send likes to the current room. All users who have subscribed to like events will receive this like notification.

  • count : Like count, default is 1

Implementation

Future<CompletionHandler> sendLike(int count);