ApplicationService class

Inheritance

Constructors

ApplicationService(dynamic baseUrl, dynamic headers, dynamic options)

Properties

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

Methods

checkUpdateApplication(ApplicationInput body) Future<ResponseModel>
Check update application
deletex<T>(String path, {Options? queryParams, Object? body}) Future<Response>
inherited
getx<T>(String path, {Options? queryParams}) Future<Response>
inherited
guestCheckUpdateApplication(ApplicationInput body) Future<ResponseModel>
Guest Check update application
guestRegisterDevice(ApplicationInput body) Future<ResponseModel>
Guest register device
handleRefreshToken() Future<bool>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patchx<T>(String path, {Options? queryParams, Object? body}) Future<Response>
inherited
postx<T>(String path, {Options? queryParams, Object? body}) Future<Response>
inherited
putx<T>(String path, {Options? queryParams, Object? body}) Future<Response>
inherited
registerDevice(ApplicationInput body) Future<ResponseModel>
Register device
toString() String
A string representation of this object.
inherited
unRegisterDevice() Future<ResponseModel>
Unregister device

Operators

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