Future<Map<String, String>> reloadUsersDetail( String roomId, List<String> userIds) { return Future(() => {for (var item in userIds) item: ''}); }