sendAlert static method

void sendAlert(
  1. Function popupButtonCallback
)

Implementation

static void sendAlert(Function popupButtonCallback) async {
  _popupButtonCallback = popupButtonCallback;
  _channel.invokeMethod('sendAlert');
}