TASignatureRequest typedef
Provided to a user for passing TASignature to the native part of DocumentReader.
Implementation
typedef TASignatureRequest = Future<void> Function(
Uint8List? signature,
);
Provided to a user for passing TASignature to the native part of DocumentReader.
typedef TASignatureRequest = Future<void> Function(
Uint8List? signature,
);