postBytes method

  1. @override
Future<PdfHttpResponse> postBytes(
  1. Uri url, {
  2. Map<String, String>? headers,
  3. Uint8List? body,
  4. Duration? timeout,
})
override

Implementation

@override
Future<PdfHttpResponse> postBytes(
  Uri url, {
  Map<String, String>? headers,
  Uint8List? body,
  Duration? timeout,
}) async {
  throw UnsupportedError(
      'HttpCertificateFetcher não é suportado nesta plataforma.');
}