RizzuClient class

Constructors

RizzuClient({required String baseUrl, String? contentType, Map<String, dynamic>? headers})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call(String path, {dynamic xmlData, Map<String, dynamic>? params, ApiMethod method = ApiMethod.GET}) Future
call method make the ApiService callable You can call the method as: api('/path') method default is GET
initApi(String baseUrl, String? contentType, Map<String, dynamic>? headers) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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