confirmAccountPrompt property

void Function(Widget confirmationWidget) confirmAccountPrompt
final

Notifies that the app has been opened to confirm a user Account The user should be redirected to a Widget/Page containing the confirmationWidget

Implementation

final void Function(Widget confirmationWidget) confirmAccountPrompt;