WifiController constructor
WifiController()
Implementation
WifiController() {
// Platform check to ensure the plugin only works on Android
if (Platform.isAndroid == false) {
throw UnsupportedError(
'SystemStats functionality is only supported on Android');
}
}