getWeatherByDevice static method

Future<WeatherResponse> getWeatherByDevice()

Implementation

static Future<WeatherResponse> getWeatherByDevice() async {
  return WeatherResponse.fromJson(
      await _captureChannel.invokeMethod(_Method.getWeatherByDevice));
}