getConsentSignatureAtIndex method

RPConsentSignature getConsentSignatureAtIndex(
  1. int index
)

Returns an RPConsentSignature from the signatures array at the given index

Implementation

RPConsentSignature getConsentSignatureAtIndex(int index) => signatures[index];