authenticators property Null safety

Future<Set<Authenticator>> authenticators

Returns information about the authenticators.

This information can be used for instance to know whether there is a registered authenticator or not, and thus if the user must register an authenticator or if authentication is possible.

Returns: a set of Authenticator.

Implementation

Future<Set<Authenticator>> get authenticators;