getTwoFactorAuthService method

TwoFactorAuthService getTwoFactorAuthService()

Implementation

TwoFactorAuthService getTwoFactorAuthService() {
  _twoFactorAuthService ??= TwoFactorAuthService(this);
  return _twoFactorAuthService!;
}