sendCustom abstract method

Future sendCustom(
  1. String mac,
  2. Uint8List data
)

发送自定义数据 (蓝牙(mac必须传递)、串口)

Implementation

Future sendCustom(String mac,Uint8List data);