bufferData property

Uint8List? get bufferData

provides data we got after reading audio file

Implementation

Uint8List? get bufferData => _bufferData;