FlutterSoundPlayerCallback class abstract
Constructors
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 -
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 -
pausePlayerCompleted(
int state, bool success) → void -
resumePlayerCompleted(
int state, bool success) → 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