MissingPluginException(No implementation found for method canStartScan on channel wifi_scan)-I’m receiving this error in my flutter app
MissingPluginException(No implementation found for method canStartScan on channel wifi_scan)-I’m receiving this error for a method in wifi_scan package in my flutter app. But my flutter code was working fine with the same package earlier. I did not make any changes relating to the package or the method. I even reverted all the changes i had made, but the code still throws this error. Any idea on what might be the issue here?