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