GeneratedSound class abstract
- Inheritance
- Implementers
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pause(
) → void -
Stop the sound, but keep it's position.
inherited
-
play(
) → void -
Starts the sound. Played from the beginning if was paused.
inherited
-
resume(
) → void -
Starts the sound. Continues if was paused.
inherited
-
stop(
) → void -
Stops the sound and resets it's position.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
unload(
) → void -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited