WiFiFlutter
WiFiFlutter copied to clipboard
is it possible to run this plugin in background process with work manager inside callbackdispatcher method?
I implemented this plugin in background process, but it show error like missingpluginexception : missingpluginexception(no implementation found for method getssid on channel wifi_iot) in callbackdispatcher flutter I am currenttly using 0.3.5 version
is there any solution to it?
Did you find a solution?
I am struggling with reliably disconnecting and disabling force_wifi_usage after a timeout when app is closed/send to background.