AddBleDevice class abstract
添加设备
- Implementers
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
-
add(
{String? deviceName, required String? deviceId, String? wifiName, String? wifiPassword}) → Future< DeviceUser> - 添加设备方法
-
cancelAdd(
) → void - 取消添加
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
scan(
AddBleScanCall call) → void - 注意设备需要进入设置状态才能被扫描到 扫描可以添加的设备
-
stopScan(
) → void - 停止扫描可以添加的设备
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited