sendLike method

Future<TUIActionCallback> sendLike(
  1. int count
)

Implementation

Future<TUIActionCallback> sendLike(int count) {
  return _giftManager.sendLike(roomId, count);
}