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