static Future toNamed(String name) async { return await Navigator.of(libNavigatorKey.currentContext!).pushNamed( name, ); }