bondDevice method

Future<bool> bondDevice(
  1. String address
)

Tries to create a bond to the device with the given address.

Returns whether the bond was successfully created.

Implementation

Future<bool> bondDevice(String address) => _instance.bondDevice(address);