Future<void> go({required String name, dynamic item}) async { await Get.find<PageState>().go(name: name, item: item); }