BleCentral class abstract

Inheritance

Constructors

BleCentral.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
isCreateConnectorToKnownDeviceSupported bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state BleCentralStatus
no setterinherited
stateStream Stream<BleCentralStatus>
no setterinherited

Methods

canNotifyState() bool
inherited
createConnectorToKnownDevice({required String deviceId, required List<String> serviceIds}) BleConnector
createScanner({required List<String> serviceIds}) BleScanner
dispose() → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyState(BleCentralStatus state) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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