sendLike method
Send like to room.
roomId
current entered room id.
count
like count.
Implementation
@override
Future<TUIActionCallback> sendLike(String roomId, int count) {
return RoomEngineNative.sendLike(roomId, count);
}
Send like to room.
roomId
current entered room id.
count
like count.
@override
Future<TUIActionCallback> sendLike(String roomId, int count) {
return RoomEngineNative.sendLike(roomId, count);
}