Future<int?> getWifiLinkSpeed() async { final data = await methodChannel.invokeMethod('getWifiLinkSpeed'); return data; }