Sponsor Api
To get the list of sponsors associated with a program, you have to make a sponsor client and then
fetch a list of sponsors by passing program id as a param like mentioned below:
final sponsorsList =await sdk.sponsor.fetchByProgramId(<program-id>)
Updated 12 months ago