Htify class

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

Inheritance

Constructors

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

Properties

conf HtifyConf?
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(BuildContext context, String url, String? id, {Map<String, String>? header, Map<String, dynamic>? payload, bool responseData = true}) Future
inherited
download(BuildContext context, String url, {Map<String, String>? header, bool responseData = true}) Future
inherited
get(BuildContext context, String url, {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(BuildContext context, String url, String? id, {Map<String, String>? header, Map<String, dynamic>? params, bool responseData = true}) Future
inherited
post(BuildContext context, String url, Map<String, dynamic> payload, {Map<String, String>? header, bool responseData = true}) Future
inherited
put(BuildContext context, String url, {Map<String, dynamic>? payload, Map<String, String>? header, bool responseData = true}) Future
inherited
sendFile(BuildContext context, String url, FormData formData, {Map<String, String>? header, Function? onProgress, bool responseData = true}) Future
inherited
specify(BuildContext context, String method, String url, {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(BuildContext context, String url, dynamic id, {Map<String, dynamic>? payload, Map<String, String>? header, bool responseData = true}) Future
inherited

Operators

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