TauFoodEvent class
foodEvent is a special kind of food which allows to re-synchronize a stream with a player that play from a Dart Stream
Constructors
- TauFoodEvent(Function on)
- The constructor, specifying the callback which must be fired when synchronization is done
Properties
Methods
-
dummy(
TauPlayer player) → void -
use internally by Flutter Sound
inherited
-
exec(
TauPlayer player) → Future< void> -
Used internally by Flutter Sound
override
-
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