bssid property

String bssid
final

WiFi BSSID is the MAC address of the wireless access point.

Example: ab:cd:ef:12:34:56.

BSSID stands for service set identifier. You can use the connectivity plugin to fetch the WiFi BSSID for your ESP-Touch task.

Alternatively, you can use simply platform channels to request the WiFi name, you can see an example for that in the example project:

Implementation

final String bssid;