MethodNames class

Holds the names for all methods that are used in the package

Constructors

MethodNames()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Constants

addToLibrary → const String
method name for addToLibrary
connectToSpotify → const String
method name for connectToSpotify
disconnectFromSpotify → const String
method name for disconnectFromSpotify
getAccessToken → const String
method name for getAccessToken
getCapabilities → const String
method name for getCapabilities
getCrossfadeState → const String
method name for getCrossfadeState
getImage → const String
method name for getImage
getLibraryState → const String
method name for getLibraryState
getPlayerState → const String
method name for getPlayerState
isSpotifyAppActive → const String
method name for isSpotifyAppActive
pause → const String
method name for pause
play → const String
method name for play
queueTrack → const String
method name for queueTrack
removeFromLibrary → const String
method name for removeFromLibrary
resume → const String
method name for resume
seekTo → const String
method name for seekTo
seekToRelativePosition → const String
method name for seekToRelativePosition
setRepeatMode → const String
method name for setRepeatMode
setShuffle → const String
method name for setShuffle
skipNext → const String
method name for skipNext
skipPrevious → const String
method name for skipPrevious
skipToIndex → const String
method name for skipToIndex
subscribeConnectionStatus → const String
method name for subscribeConnectionStatus
subscribePlayerContext → const String
method name for subscribePlayerContext
subscribePlayerState → const String
method name for subscribePlayerState
toggleRepeat → const String
method name for toggleRepeat
toggleShuffle → const String
method name for toggleShuffle