getErrorMessage method
Get the error message. Returns null if the request has not been made yet or if there was
Implementation
String? getErrorMessage() {
return errorMessage;
}
Get the error message. Returns null if the request has not been made yet or if there was
String? getErrorMessage() {
return errorMessage;
}