FoodEvent 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
Properties
Methods
-
dummy(
FlutterSoundPlayer player) → void -
use internally by Flutter Sound
inherited
-
exec(
FlutterSoundPlayer 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