state property

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

Implementation

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