RelayApiClient class abstract
- Implemented types
Constructors
- RelayApiClient(String name, ApiClient parent, [ApiCodec? codec])
Properties
Methods
-
ctx(
[List< Type> ? types]) → RequestContext -
mount(
String prefix, [ApiCodec? codec]) → ApiClient -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
request<
T> (String endpoint, Map< String, dynamic> params, RequestContext? context) → T -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited