menu
segmentify_flutter_sdk package
documentation
constants/api_errors.dart
getApiErrorCode function
getApiErrorCode function
dark_mode
light_mode
getApiErrorCode
function
int
getApiErrorCode
(
String
errorKey
)
Implementation
int getApiErrorCode(String errorKey) { return API_ERRORS[errorKey]?['statusCode'] ?? 0; }
segmentify_flutter_sdk package
documentation
constants/api_errors
getApiErrorCode function
api_errors library