showAlert method

Future showAlert(
  1. String title,
  2. String message
)

Implementation

Future showAlert(String title,String message) {
  throw UnimplementedError('showAlert() has not been implemented.');
}