static Future<double> get reading async { final double reading = await _channel.invokeMethod('getBarometer'); return reading; }