BaseService class

Implementers

Constructors

BaseService()

Properties

accessToken String?
getter/setter pair
baseOptions Options?
getter/setter pair
baseUrlRoot String
getter/setter pair
dio → Dio
final
hashCode int
The hash code for this object.
no setterinherited
headerDefault Map<String, String>
getter/setter pair
headerParams HeadersInput
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deletex<T>(String path, {Options? queryParams, Object? body}) Future<Response>
getx<T>(String path, {Options? queryParams}) Future<Response>
handleRefreshToken() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patchx<T>(String path, {Options? queryParams, Object? body}) Future<Response>
postx<T>(String path, {Options? queryParams, Object? body}) Future<Response>
putx<T>(String path, {Options? queryParams, Object? body}) Future<Response>
toString() String
A string representation of this object.
inherited

Operators

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