getResult method

Uint8List? getResult()

Get the decoded result (only available when complete)

Implementation

Uint8List? getResult() {
  return _fountainDecoder?.getResult();
}