WiFiFlutter icon indicating copy to clipboard operation
WiFiFlutter copied to clipboard

Disconnection from wifi is not working in android.

Open srisudhanl opened this issue 1 year ago • 2 comments

await WiFiForIoTPlugin.disconnect();

  • When using above command to disconnect the connected wifi , it doesn't disconnect from the wifi.

  • Instead it throws the following error: Can't disconnect from WiFi, networkCallback and networkSuggestions is null.

  • I am using the latest version wifi_iot: ^0.3.19+1.

srisudhanl avatar Aug 27 '24 12:08 srisudhanl