AccountDeletedAction constructor

AccountDeletedAction(
  1. void callback(
    1. BuildContext context,
    2. User user
    )
)

An action that is being called when user has deleted their account.

Implementation

AccountDeletedAction(this.callback);