state property

  1. @Deprecated('Use connectionState instead')
Stream<BluetoothConnectionState> state

Implementation

@Deprecated('Use connectionState instead')
Stream<BluetoothConnectionState> get state => connectionState;