getConsentSignatureAtIndex method
Returns an RPConsentSignature from the signatures array at the given index
Implementation
RPConsentSignature getConsentSignatureAtIndex(int index) => signatures[index];
Returns an RPConsentSignature from the signatures array at the given index
RPConsentSignature getConsentSignatureAtIndex(int index) => signatures[index];