request method

Future<MdsResponse> request(
  1. MdsRequestMethod method,
  2. String uri,
  3. String contract
)

Implementation

Future<MdsResponse> request(MdsRequestMethod method, String uri, String contract) {
  throw UnimplementedError('request() has not been implemented.');
}