confirm method
void
confirm()
Implementation
void confirm() {
if (_options!.onPress != null && _options!.onPress!(true) == false)
return;
Navigator.pop(context);
}
void confirm() {
if (_options!.onPress != null && _options!.onPress!(true) == false)
return;
Navigator.pop(context);
}