disconnect method

Future<void> disconnect()
override

断开连接

Implementation

Future<void> disconnect() =>
    RustLib.instance.api.crateApiBlueBPeripheralDisconnect(
      that: this,
    );