showAlert method

  1. @override
Future showAlert()
override

Implementation

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