onPresent property

dynamic Function(bool completed)? onPresent
final

Called when the alert finishes presenting. completed is true when the alert was shown successfully.

Implementation

final Function(bool completed)? onPresent;