bondState property
Stream<BluetoothBondStateEvent>
get
bondState
监听配对/绑定状态变化。
无参数。当前主要由 Android/Linux 推送;iOS/macOS/Windows/Web 为空流。
Implementation
Stream<BluetoothBondStateEvent> get bondState {
throw UnimplementedError('bondState has not been implemented.');
}