Future<String> getWifiAddress() async { return await _channel.invokeMethod<String>('$_name/getWifiAddress') ?? ''; }