KAuthConfig constructor

const KAuthConfig({
  1. KakaoConfig? kakao,
  2. NaverConfig? naver,
  3. GoogleConfig? google,
  4. AppleConfig? apple,
})

Implementation

const KAuthConfig({
  this.kakao,
  this.naver,
  this.google,
  this.apple,
});