KakaoApiException constructor

KakaoApiException(
  1. ApiErrorCause code,
  2. String msg, {
  3. String? apiType,
  4. List<String>? requiredScopes,
  5. List<String>? allowedScopes,
})

Implementation

KakaoApiException(this.code, this.msg,
    {this.apiType, this.requiredScopes, this.allowedScopes})
    : super(msg);