retrieveVoidedStatement abstract method

Future<LRSResponse<Statement>> retrieveVoidedStatement(
  1. String id, [
  2. bool attachments = false
])

Retrieve a voided statement by id optionally include attachments in multipart response (default: false)

Implementation

Future<LRSResponse<Statement>> retrieveVoidedStatement(String id,
    [bool attachments = false]);