bonded property

  1. @Deprecated('Use `isBonded` instead')
bool bonded

Tells whether the device is bonded (ready to secure connect).

Implementation

@Deprecated('Use `isBonded` instead')
bool get bonded => bondState.isBonded;