获取系统中所有串口设备路径
@override Future<List<String>> getAllDevicesPath() async { final devices = await invokeMethod('getAllDevicesPath'); return List<String>.from(devices ?? []); }