@override Future<String> resolveSSID() async { final String result = await methodChannel.invokeMethod('fetchSsid'); return result; }