Client class
- Available extensions
Constructors
- Client.accessToken(String accessToken, {IntercomTransport? transport})
Properties
- articles → Articles
-
latefinal
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
latefinal
- transport → IntercomTransport
-
final
Methods
-
delete<
T> (String path, {Map< String, dynamic> ? query, T decoder(dynamic)?}) → Future<T> -
Available on Client, provided by the ClientHTTP extension
-
get<
T> (String path, {Map< String, dynamic> ? query, T decoder(dynamic)?}) → Future<T> -
Available on Client, provided by the ClientHTTP extension
-
head<
T> (String path, {Map< String, dynamic> ? query, T decoder(dynamic)?}) → Future<T> -
Available on Client, provided by the ClientHTTP extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
options<
T> (String path, {Map< String, dynamic> ? query, T decoder(dynamic)?}) → Future<T> -
Available on Client, provided by the ClientHTTP extension
-
patch<
T> (String path, {Map< String, dynamic> ? query, T decoder(dynamic)?}) → Future<T> -
Available on Client, provided by the ClientHTTP extension
-
post<
T> (String path, {Map< String, dynamic> ? query, T decoder(dynamic)?}) → Future<T> -
Available on Client, provided by the ClientHTTP extension
-
put<
T> (String path, {Map< String, dynamic> ? query, T decoder(dynamic)?}) → Future<T> -
Available on Client, provided by the ClientHTTP extension
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited