accountSelector abstract method Null safety

OutOfBandAuthentication accountSelector(
  1. AccountSelector accountSelector
)

Specifies the object that will take care of the account selection.

Params:

Returns: an OutOfBandAuthentication object.

Implementation

OutOfBandAuthentication accountSelector(AccountSelector accountSelector);