MusicService class

Available extensions

Constructors

MusicService({required LiveController liveController, required MusicState musicState})

Properties

hashCode int
The hash code for this object.
no setterinherited
liveController LiveController
getter/setter pair
musicState MusicState
getter/setter pair
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
operateDeleteMusic(MusicInfo musicInfo) → void
operatePlayMusic(MusicInfo musicInfo) → void
operateStopMusic(MusicInfo musicInfo) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited