request method

Future<Envelope> request(
  1. Uri uri,
  2. Body body
)

Implementation

Future<Envelope> request(Uri uri, Body body) async => await sendRequest(
      uri,
      getEnvelope(body).toXml(builder),
    );