goToPreviousPage method
Implementation
Future<bool> goToPreviousPage(
{dynamic Function()? quickDispose, Map<String, dynamic>? item}) async {
return (await Get.find<PageManager>().goToPreviousPage(
context: this, quickDispose: quickDispose, item: item));
}