BridgeDiscoveryService class
The Flutter Hue Bridge services.
It is advised that you use BridgeDiscoveryRepo instead of this class.
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
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
Static Methods
-
discoverBridgesEndpoint(
) → Future< List< DiscoveredBridge> > - Searches the network for bridges using the endpoint method.
-
discoverBridgesMdns(
) → Future< List< DiscoveredBridge> > - Searches the network for bridges using mDNS.
-
remoteAuthRequest(
{required String url}) → Future< void> - Lets the user authorize the app to access the bridge remotely.