toggleHand abstract method

Future<void> toggleHand(
  1. ChatId chatId,
  2. bool raised
)

Raises/lowers a hand of the authenticated MyUser in the specified ChatCall.

Implementation

Future<void> toggleHand(ChatId chatId, bool raised);