inviteToPromote method
Invites a listener ie inviteeAddress
to be promoted to a speaker.
Implementation
inviteToPromote({required String inviteeAddress}) {
inviteToPromote_(
spaceData: data,
inviteeAddress: inviteeAddress,
role: SPACE_INVITE_ROLES.SPEAKER,
pendingInvites: _pendingInvites);
}