unpairBluetoothDevice method

Future<bool> unpairBluetoothDevice(
  1. String macAddress
)

Remove a Bluetooth bond by MAC address

Implementation

Future<bool> unpairBluetoothDevice(String macAddress) {
  throw UnimplementedError(
    'unpairBluetoothDevice() has not been implemented.',
  );
}