static Future<Map> getGlobalProperties() async { final Map globalProperties = await _channel.invokeMethod('getGlobalProperties'); return globalProperties; }