showAlert method

Future<bool> showAlert()

Implementation

Future<bool> showAlert() {
  throw UnimplementedError('showAlert() has not been implemented.');
}