showAlert method

Future<bool> showAlert()

Implementation

Future<bool> showAlert() {
  return FlutterToastPlatform.instance.showAlert();
}