back method

void back({
  1. dynamic value = false,
})

Implementation

void back({dynamic value = false}) => CoreUtilUI.goBack(context, value);