acceptPromotionInvite method

Future acceptPromotionInvite()

Accepts a promotion invite for the current user to become a speaker in a live space.

Implementation

Future acceptPromotionInvite() async {
  return acceptPromotionInvite_(
    spaceData: data,
  );
}