WitsystemSDKV2 class abstract

Implementers

Constructors

WitsystemSDKV2.new()

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

getAddBleDevice() Future<AddBleDevice?>
返回添加蓝牙设备对象
getBleDevice() Future<BleDevice?>
返回设备的蓝牙操作对象
getDeviceManage() Future<DeviceManage?>
返回设备管理对象
initSDK(WitsystemSDKConfig config) → void
初始化SDK @param config 初始化的配置参数 @param call 结果回调
isInit() Future<bool>
是否已经初始化
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
unInitSDK() → void
取消初始化

Operators

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