Future<Map<String, dynamic>> features() async { var proc = 'server.features'; return await request(proc); }