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