HtifyWithoutContext class

This class is used to specify the types of HTIFYs based on the URLs specified in the project

Inheritance

Constructors

HtifyWithoutContext({String? url})
HtifyWithoutContext.auth()
Htify.auth constructor is used for APIs related to users
HtifyWithoutContext.clourage()
Htify.clourage constructor is used to upload, download and display files and images
HtifyWithoutContext.firebase()
Htify.firebase constructor is used for APIs related to notifications
HtifyWithoutContext.notification()
Htify.notification constructor is used for APIs related to notifications
HtifyWithoutContext.prs()
Htify.prs constructor is used for APIs used to make people online and offline
HtifyWithoutContext.scm()
Htify.scm constructor is used for APIs related to the scm project
HtifyWithoutContext.task()
Htify.task constructor is used for APIs related to the task management project

Properties

conf HtifyWithoutContextConf?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete(String url, String? id, {BuildContext? context, Map<String, String>? header, Map<String, dynamic>? payload, bool responseData = true}) Future
inherited
download(String url, {BuildContext? context, Map<String, String>? header, bool responseData = true}) Future
inherited
get(String url, {BuildContext? context, Map<String, String>? query, Map<String, String>? header, Map<String, dynamic>? params, bool responseData = true}) Future
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
one(String url, String? id, {BuildContext? context, Map<String, String>? header, Map<String, dynamic>? params, bool responseData = true}) Future
inherited
post(String url, Map<String, dynamic> payload, {BuildContext? context, Map<String, String>? header, bool responseData = true}) Future
inherited
put(String url, {BuildContext? context, Map<String, dynamic>? payload, Map<String, String>? header, bool responseData = true}) Future
inherited
sendFile(String url, FormData formData, {BuildContext? context, Map<String, String>? header, Function? onProgress, bool responseData = true}) Future
inherited
specify(String method, String url, {BuildContext? context, Map<String, String>? payload, Map<String, String>? params, Map<String, String>? header, bool responseData = true}) Future
inherited
toString() String
A string representation of this object.
inherited
update(String url, dynamic id, {BuildContext? context, Map<String, dynamic>? payload, Map<String, String>? header, bool responseData = true}) Future
inherited

Operators

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