안녕하세요 Flutter 로 카카오 로그인을 붙일려고 하는데요
await AuthCodeClient.instance.request();
The method ‘request’ isn’t defined for the type ‘AuthCodeClient’. (Documentation) Try correcting the name to the name of an existing method, or defining a method named ‘request’.
request() 함수를 찾을수가 없다고 나옵니다.
kakao_flutter_sdk: ^1.2.1
sdk: “>=2.12.0 <3.0.0” [다트버전]
flutter: 2.10.0 [플러터 버전]
이렇게 세팅했는데요
카카오 라이브러니 다른 함수들은 호출이 되는데… request() 함수를 못찾아오고 있습니다.
원인좀 알수 있을까요?