Future<dynamic> pushNamed(String pagePath, {Object? agrument}) async { await Navigator.pushNamed(this, pagePath, arguments: agrument); }