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