unBonded method

Future<bool> unBonded(
  1. ConnectModel model
)

un bonded ble device with deviceId TODO: support only android

Implementation

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