showAlert method

void showAlert([
  1. AlertType? alertType
])

Implementation

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