Tries to create a bond to the device with the given address.
Returns whether the bond was successfully created.
Future<bool> bondDevice(String address) => _instance.bondDevice(address);