UnimplementedCachedDevicesError class
Exception that is thrown if cachedDevicesProvider or refreshCachedDevicesProvider has not been overriden.
Apps must override these providers so that shared logic that depends on these providers can work.
Providers must be overriden with a device list that is relevant to the app. For example, a dealer app may return a fleet of hundreds of devices based on the currently logged-in user's dealership as the device list. For a homeowner app, it may return just the user's handful list of devices within their own home.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stackTrace → StackTrace?
-
The stack trace at the point where this error was first thrown.
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited