flutter_sound
player
FlutterSoundPlayer
isPlaying property
isPlaying
flutter_sound
player
FlutterSoundPlayer
isPlaying 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 ==
isPlaying
property
Null safety
bool
isPlaying
Test the Player State
Implementation
bool get isPlaying => _playerState == PlayerState.isPlaying;