Open Alystrasz opened 8 months ago
This pull request restructures the repository to follow the federated plugin format:
WiFiScan
canStartScan
startScan
MethodChannelWifiScan
This change will make it easier to add support for new platforms (e.g. Linux).
This pull request restructures the repository to follow the federated plugin format:
WiFiScan
now is the app-facing class, and as such contains package methods signatures (canStartScan
,startScan
etc);MethodChannelWifiScan
class, which now is aWiFiScan
implementation.This change will make it easier to add support for new platforms (e.g. Linux).