flutter_sound
player
FlutterSoundPlayer
isStopped property
isStopped
flutter_sound
player
FlutterSoundPlayer
isStopped property
FlutterSoundPlayer class
Constructors
FlutterSoundPlayer
Properties
foodSink
hashCode
isPaused
isPlaying
isStopped
onProgress
playerState
runtimeType
Methods
closeAudioSession
dispositionStream
feedFromStream
getPlayerState
getProgress
getResourcePath
isDecoderSupported
isOpen
noSuchMethod
nowPlaying
openAudioSession
pausePlayer
resumePlayer
seekToPlayer
setAudioFocus
setSubscriptionDuration
setUIProgressBar
setVolume
startPlayer
startPlayerFromMic
startPlayerFromStream
startPlayerFromTrack
stopPlayer
toString
Operators
operator ==
isStopped
property
Null safety
bool
isStopped
Test the Player State
Implementation
bool get isStopped => _playerState == PlayerState.isStopped;