getBluetoothAddress method
Gets the device's Bluetooth MAC address as a byte array.
Implementation
Future<dynamic> getBluetoothAddress() {
return _get(CapturePropertyIds.bluetoothAddressDevice);
}
Gets the device's Bluetooth MAC address as a byte array.
Future<dynamic> getBluetoothAddress() {
return _get(CapturePropertyIds.bluetoothAddressDevice);
}