static Future<dynamic> updateUserLanguage(String language) async { return await _channel.invokeMethod('updateUserLanguage', language); }