sendLike abstract method
Send like to room.
roomId
current entered room id.
count
like count.
Implementation
Future<TUIActionCallback> sendLike(String roomId, int count);
Send like to room.
roomId
current entered room id.
count
like count.
Future<TUIActionCallback> sendLike(String roomId, int count);