Future<void> setNewRoutePath(String path) async { //if (currentConfiguration != null && path == currentConfiguration) return; push(path); }