SoundPlayer class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- importProxy → ImportProxy
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
dispose(
) → dynamic -
initSoundPlayer(
) → dynamic -
play(
{required String url}) → Future< void> -
playStateListener(
{required void listener(PlayerState)?}) → StreamSubscription< PlayerState> -
removeSoundInterruptListener(
) → dynamic -
responseFromAmplitudeListener(
ResponseListener listener) → StreamSubscription< RecordResponse> -
responseListener(
ResponseListener listener) → StreamSubscription< RecordResponse> -
setSoundInterruptListener(
SoundInterruptListener listener) → dynamic -
startRecord(
) → dynamic -
stop(
) → dynamic -
stopRecord(
) → dynamic