menu
yasee_plugin
exts/Device+Ext.dart
DeviceFunc
sendCustom method
sendCustom
dark_mode
light_mode
sendCustom
method
void
sendCustom
(
Uint8List
data
)
发送自定义数据
Implementation
void sendCustom(Uint8List data) => YaseePluginPlatform.instance.sendCustom(mac,data);
yasee_plugin
Device+Ext
DeviceFunc
sendCustom method
DeviceFunc extension on
DeviceEntity