Sets the prefs as the provided call's popup window preferences.
prefs
static void setCallRect(ChatId chatId, Rect prefs) => web.window.localStorage .setItem('prefs_call_$chatId', json.encode(prefs.toJson()));