RTClient class
Constructors
- RTClient({required RTClientOptions options})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- options → RTClientOptions
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
delete(
String url, {Map< String, dynamic> ? data, Map<String, String> ? headers}) → Future<RTResponse> -
get(
String url, {Map< String, String> ? headers, Map<String, dynamic> ? queryParameters}) → Future<RTResponse> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(
String url, {Map< String, dynamic> ? data, Map<String, String> ? headers}) → Future<RTResponse> -
post(
String url, {Map< String, dynamic> ? data, Map<String, String> ? headers}) → Future<RTResponse> -
put(
String url, {Map< String, dynamic> ? data, Map<String, String> ? headers}) → Future<RTResponse> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited