SpotifyUnimplementedException class

Thrown when a method is not implemented on the current platform.

Inheritance

Constructors

SpotifyUnimplementedException(String message, {String? code, dynamic details, Object? cause})
Constructs a SpotifyUnimplementedException.
const

Properties

cause Object?
Underlying error or cause if translated from a platform or network error.
finalinherited
code String?
Error code identifying the category or native error code.
finalinherited
details → dynamic
Additional diagnostic details if provided by the platform.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
message String
Human-readable error message describing the failure.
finalinherited
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