onBondStateChanged property

Stream<OnBondStateChangedEvent> get onBondStateChanged

Implementation

Stream<OnBondStateChangedEvent> get onBondStateChanged {
  return FlutterBluePlusPlatform.instance.onBondStateChanged
      .map((p) => OnBondStateChangedEvent(p));
}