state property

  1. @Deprecated('Use adapterState instead')
Stream<BluetoothAdapterState> get state

Implementation

@Deprecated('Use adapterState instead')
static Stream<BluetoothAdapterState> get state => adapterState;