acceptPromotionInvite method
Accepts a promotion invite for the current user to become a speaker in a live space.
Implementation
Future acceptPromotionInvite() async {
return acceptPromotionInvite_(
spaceData: data,
);
}
Accepts a promotion invite for the current user to become a speaker in a live space.
Future acceptPromotionInvite() async {
return acceptPromotionInvite_(
spaceData: data,
);
}