showAlert method

  1. @override
Future<bool> showAlert()
override

Implementation

@override
Future<bool> showAlert() async {
  return await methodChannel.invokeMethod('showAlert');
}