LayrzConnector class
Constructors
-
LayrzConnector.new({required Uri uri, Map<
String, String> headers = const {}, Duration? timeout}) -
LayrzConnector is a simple connector to make HTTP requests to a given
uri
with optionalheaders
.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
perform(
{required String query, required Map< String, dynamic> variables}) → Future<Response> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited