sendLike abstract method
- 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);
Send likes to the current room. All users who have subscribed to like events will receive this like notification.
count : Like count, default is 1Future<CompletionHandler> sendLike(int count);