AuthCancelledAction constructor

AuthCancelledAction(
  1. void callback(
    1. BuildContext context
    )
)

An action that is being called when user has cancelled an auth action.

Implementation

AuthCancelledAction(this.callback);