parseMtom function

String parseMtom(
  1. Response<Uint8List> response, {
  2. String? writeLogToFolder,
})

Implementation

String parseMtom(Response<Uint8List> response, {String? writeLogToFolder}) =>
    throw UnsupportedError('Cannot parse MTOM in this platform.');