AddBleDeviceMethod class

Implemented types

Constructors

AddBleDeviceMethod.new()
factory

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

Operators

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