FlutterSoundPlayerCallback class abstract

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

audioPlayerFinished(int state) → void
closePlayerCompleted(int state, bool success) → void
log(Level logLevel, String msg) → void
needSomeFood(int ln) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openPlayerCompleted(int state, bool success) → void
pause(int state) → void
pausePlayerCompleted(int state, bool success) → void
resume(int state) → void
resumePlayerCompleted(int state, bool success) → void
skipBackward(int state) → void
skipForward(int state) → void
startPlayerCompleted(int state, bool success, int duration) → void
stopPlayerCompleted(int state, bool success) → void
toString() String
A string representation of this object.
inherited
updatePlaybackState(int state) → void
updateProgress({int duration, int position}) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited