TASignatureRequest typedef

TASignatureRequest = Future<void> Function(dynamic signature)

Provided to a user for passing TASignature to the native part of DocumentReader.

Implementation

typedef TASignatureRequest = Future<void> Function(
  ByteData? signature,
);