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