getEnrolledFactors method
Returns a list of the MultiFactorInfo already associated with this user.
Implementation
Future<List<MultiFactorInfo>> getEnrolledFactors() {
return _delegate.getEnrolledFactors();
}
Returns a list of the MultiFactorInfo already associated with this user.
Future<List<MultiFactorInfo>> getEnrolledFactors() {
return _delegate.getEnrolledFactors();
}