disconnect static method

void disconnect(
  1. String address
)

Disconnect from the device with the given address.

Implementation

static void disconnect(String address) {
  MdsImpl().disconnect(address);
}