showCustomAlert property

Future<bool> Function()? showCustomAlert
final

A function that returns a boolean value from your custom alert dialog.

Implementation

final Future<bool> Function()? showCustomAlert;