getBluetoothAddress method

Future getBluetoothAddress()

Gets the device's Bluetooth MAC address as a byte array.

Implementation

Future<dynamic> getBluetoothAddress() {
  return _get(CapturePropertyIds.bluetoothAddressDevice);
}