flutter_sound
player
Track
dataBuffer property
dataBuffer
flutter_sound
player
Track
dataBuffer property
Track class
Constructors
Track
Properties
albumArtAsset
albumArtFile
albumArtUrl
codec
dataBuffer
hashCode
runtimeType
trackAuthor
trackPath
trackTitle
Methods
noSuchMethod
toMap
toString
Operators
operator ==
dataBuffer
property
Null safety
Uint8List
?
dataBuffer
read / write
The buffer containing the audio file to play
Implementation
Uint8List? dataBuffer;