removeBond method
移除系统配对/绑定。
参数:
deviceId:设备标识,无默认值。Android 会尝试解除绑定;Linux 使用 BlueZ AdapterRemoveDevice;iOS/macOS/Windows/Web 返回false。
Implementation
Future<bool> removeBond(String deviceId) {
throw UnimplementedError('removeBond() has not been implemented.');
}