showAlert method
Implementation
void showAlert([AlertType? alertType]) => OverAlert.show(message: this!, type: alertType ?? AlertType.info);
void showAlert([AlertType? alertType]) => OverAlert.show(message: this!, type: alertType ?? AlertType.info);