static void init({String? page, String? pageSize}) { if (page != null) PageKey.page = page; if (pageSize != null) PageKey.pageSize = pageSize; }