getResult method
Get the decoded result (only available when complete)
Implementation
Uint8List? getResult() {
return _fountainDecoder?.getResult();
}
Get the decoded result (only available when complete)
Uint8List? getResult() {
return _fountainDecoder?.getResult();
}