BBManager class

Constructors

BBManager()

Properties

authorizationStatus BBAuthorization
no setter
authorizationStatusStream Stream<BBAuthorization>
no setter
devices Map<String, BBDevice>
no setter
devicesStream Stream<Map<String, BBDevice>>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanEnabled bool
no setter
scanEnabledStream Stream<bool>
no setter
scanResultsStream Stream<BBScanResult>
no setter
state BBState
no setter
stateStream Stream<BBState>
no setter

Methods

authorizationOpenSettings() Future
authorizationRequest() Future
handleHotReload() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
scanStart({List<String>? services}) Future
scanStop() Future
toString() String
A string representation of this object.
inherited

Operators

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