outputData property
The decrypted data as a binary array.
throws BiosealException An error has occurred during Bioseal Library execution.
Implementation
Uint8List get outputData => getOutputData();
Implementation
set outputData(Uint8List value) => setOutputData(value);