address property

Future<String?> address

Returns the hardware address of the local Bluetooth adapter.

Does not work for third party applications starting at Android 6.0.

Implementation

Future<String?> get address => _methodChannel.invokeMethod("getAddress");