getAllDevicesPath method

Future<List<String>> getAllDevicesPath()

获取系统中所有串口设备路径

Implementation

Future<List<String>> getAllDevicesPath() {
  throw UnimplementedError('getAllDevicesPath() has not been implemented.');
}