onBack method

void onBack({
  1. dynamic value,
})

Implementation

void onBack({value}) {
  Navigator.of(context).pop(value);
}