ApplicationService class

Inheritance

Constructors

ApplicationService(dynamic baseUrl, Options baseOptions)

Properties

baseOptions Options
getter/setter pair
baseUrl String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headerDefault Map<String, String>
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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