sendCustom method

void sendCustom(
  1. Uint8List data
)

发送自定义数据

Implementation

void sendCustom(Uint8List data) => YaseePluginPlatform.instance.sendCustom(mac,data);