onPresent property
Called when the alert finishes presenting.
completed is true when the alert was shown successfully.
Implementation
final Function(bool completed)? onPresent;
Called when the alert finishes presenting.
completed is true when the alert was shown successfully.
final Function(bool completed)? onPresent;