sendLike abstract method

Future<TUIActionCallback> sendLike(
  1. String roomId,
  2. int count
)

Send like to room.

roomId current entered room id. count like count.

Implementation

Future<TUIActionCallback> sendLike(String roomId, int count);