关闭串口
@override Future<int> releasePort(int fd) async { return await methodChannel.invokeMethod('releasePort', { 'fd': fd, }); }