portClose property

Future<bool> portClose

2.4 断开连接接⼝

Implementation

static Future<bool> get portClose async {
  final bool p = await _channel.invokeMethod('portClose');
  return p;
}