authenticatorSelector abstract method Null safety

Authentication authenticatorSelector(
  1. AuthenticatorSelector authenticatorSelector
)

Specifies the object that will take care of the selection of the authenticator to be used.

IMPORTANT
Providing the authenticator selector is required.

Params:

Returns: an Authentication object.

Implementation

Authentication authenticatorSelector(
  AuthenticatorSelector authenticatorSelector,
);