sendLike abstract method
- int count
Send likes to the current room. All users who have subscribed to like events will receive this like notification.
@param count Like count, default is 1 @param completion Completion callback (success/failure status)
Implementation
Future<CompletionHandler> sendLike(int count);