SDK class
- Implemented types
Constructors
- SDK.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
-
getAddBleDevice(
) → Future< AddBleDevice?> -
返回添加蓝牙设备对象
override
-
getBleDevice(
) → Future< BleDevice?> -
返回设备的蓝牙操作对象
override
-
getDeviceManage(
) → Future< DeviceManage?> -
返回设备管理对象
override
-
initSDK(
WitsystemSDKConfig config) → Future< bool?> -
初始化SDK
@param config 初始化的配置参数
@param call 结果回调
override
-
isInit(
) → Future< bool> -
是否已经初始化
override
-
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 -
取消初始化
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited