connect method

  1. @Deprecated('Use `BluetoothConnection.toAddress(device.address)` instead')
Future<void> connect(
  1. BluetoothDevice device
)

Implementation

@Deprecated('Use `BluetoothConnection.toAddress(device.address)` instead')
Future<void> connect(BluetoothDevice device) =>
    connectToAddress(device.address);