AddDevice class

添加设备

Inheritance

Constructors

AddDevice.new()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addBleDevice(String deviceId, String deviceName, {dynamic waitSettingsState(String deviceId)?}) → dynamic
添加 waitSettingsState 等待设备进入设置状态
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
scanAddBleDevice() Stream<Map<String, dynamic>>
扫描可以添加的设备
stopAddBleDevice(StreamSubscription? listen) → dynamic
停止扫描添加设备
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance AddDevice
no setter