SignedOutAction constructor

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

An action that is being called when user has signed out.

Implementation

SignedOutAction(this.callback);