Client class abstract
Constructors
Properties
Methods
-
call(
HttpMethod method, {String path = '', Map< String, String> headers = const {}, Map<String, dynamic> params = const {}, ResponseType? responseType}) → Future<Response> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setEndpoint(
String endPoint) → Client -
setJWT(
String value) → Client - Your secret JSON Web Token
-
setLocale(
dynamic value) → Client -
setProject(
String value) → Client - Your project ID
-
setSelfSigned(
{bool status = true}) → Client -
toString(
) → String -
A string representation of this object.
inherited
-
webAuth(
String url) → Future
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited