Commit c31dae82 authored by Dio Maulana's avatar Dio Maulana

Jika tidak mendapatkan nama wifi, defaultnya jadi no detected

parent 17ca4ce9
...@@ -35,7 +35,7 @@ void getIp() async { ...@@ -35,7 +35,7 @@ void getIp() async {
} }
void getWifi() async { void getWifi() async {
final wifiNames = await info.getWifiName() ?? 'Not Found'; final wifiNames = await info.getWifiName() ?? 'No Detected';
await prefs.setString('wifiName', wifiNames); await prefs.setString('wifiName', wifiNames);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment