static Future<bool> initialize() async { final bool init = await _channel.invokeMethod('initializeBarometer'); return init; }