onSwipeAlert method
dynamic
onSwipeAlert(
- dynamic data
Implementation
onSwipeAlert(data) {
if (widget.showCloseButton != true) {
hide();
}
}
onSwipeAlert(data) {
if (widget.showCloseButton != true) {
hide();
}
}