showAlert function

dynamic showAlert(
  1. String message
)

Implementation

showAlert(String message) {
  pluginConfig.onErrorMessage(message);
}