ExceptionHandlerMixin mixin

Superclass constraints
Mixin applications

Properties

baseUrl String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, Object>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeout int
no setterinherited

Methods

delete(String endpoint, {Map<String, dynamic>? queryParameters, Map<String, dynamic>? data}) Future<BaseCallBack<AppException, BaseResponse>>
inherited
get(String endpoint, {Map<String, dynamic>? queryParameters, Map<String, dynamic>? data}) Future<BaseCallBack<AppException, BaseResponse>>
inherited
handleException<T extends Object>(Future<Response> handler(), {String endpoint = ''}) Future<BaseCallBack<AppException, BaseResponse>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
post(String endpoint, {Map<String, dynamic>? queryParameters, Map<String, dynamic>? data}) Future<BaseCallBack<AppException, BaseResponse>>
inherited
postFormData(String endpoint, {Map<String, dynamic>? queryParameters, FormData? data}) Future<BaseCallBack<AppException, BaseResponse>>
inherited
put(String endpoint, {Map<String, dynamic>? queryParameters, Map<String, dynamic>? data}) Future<BaseCallBack<AppException, BaseResponse>>
inherited
toString() String
A string representation of this object.
inherited
updateHeader(Map<String, dynamic> data) → void
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited