ParseResponse method

Future<Object> ParseResponse(
  1. EwsServiceXmlReader reader
)
Parses the response. The reader.

Implementation

Future<Object> ParseResponse(EwsServiceXmlReader reader) async {
  throw new NotImplementedException(
      "you must override either this or the 2-parameter version");
}