menu
kakao_flutter_sdk package
documentation
common.dart
DapiException
DapiException constructor
DapiException constructor
dark_mode
light_mode
DapiException
constructor
DapiException
(
String
errorType
,
String
message
)
Implementation
DapiException(this.errorType, this.message) : super(message);
kakao_flutter_sdk package
documentation
common
DapiException
DapiException constructor
DapiException class