static Future push(String pageName, {String? id, String? widgetId}) async { await instance.toPage(pageName, id: id, widgetId: widgetId); }