deviceDisconnected property

Stream<PolarDeviceDisconnectedEvent> deviceDisconnected

Connection lost to device. If PolarBleApi#disconnectFromPolarDevice is not called, a new connection attempt is dispatched automatically.

  • Parameter identifier: Polar device info

Implementation

Stream<PolarDeviceDisconnectedEvent> get deviceDisconnected =>
    _deviceDisconnected.stream;