JsConfirmCallback typedef

JsConfirmCallback = FutureOr<JsConfirmResponse> Function(WebViewController, String?)

Implementation

typedef JsConfirmCallback = FutureOr<JsConfirmResponse> Function(
  WebViewController,
  String?,
);