alertPop method

void alertPop({
  1. dynamic data,
})

Implementation

void alertPop({dynamic data}) {
  Navigator.of(this!).pop(data);
}