menu
rcs_portal_eaze package
documentation
model/server_error.dart
ServerError
withError method
withError method
dark_mode
light_mode
withError
method
String
withError
(
{
DioException?
error
,
})
Implementation
String withError({DioException? error}) { return _handleError(error); }
rcs_portal_eaze package
documentation
model/server_error
ServerError
withError method
ServerError class