KAuthConfig constructor
const
KAuthConfig({
- KakaoConfig? kakao,
- GoogleConfig? google,
- AppleConfig? apple,
Implementation
const KAuthConfig({
this.kakao,
this.naver,
this.google,
this.apple,
});