handUpCancel method

Future<void> handUpCancel(
  1. String userId
)

Implementation

Future<void> handUpCancel(String userId) async {
  await sendAction(userId, MemberActionType.handUpCancel);
}