ssid property

String ssid
final

WiFi name

Example: WLAN-12345, Vince's iPhone.

SSID stands for service set identifier.

You can use the connectivity plugin to fetch the WiFi SSID 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 ssid;