showAlert method

Future<void> showAlert(
  1. String title,
  2. String message
)

Implementation

Future<void> showAlert(String title, String message){
  throw UnimplementedError("not implemented");
}