checkBonded method

Future<bool> checkBonded()

check bonded ble device after connect return bool

Implementation

Future<bool> checkBonded() =>
    throw UnimplementedError('checkBonded() has not been implemented.');