bluetoothConnectionStateChanged static method

Stream<BluetoothConnectionState> bluetoothConnectionStateChanged(
  1. String deviceId
)

Get Classic Bluetooth connection state stream

Implementation

static Stream<BluetoothConnectionState> bluetoothConnectionStateChanged(
  String deviceId,
) => _platform.bluetoothConnectionStateChanged(deviceId);