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