postBytes abstract method

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

Implementation

Future<PdfHttpResponse> postBytes(
  Uri url, {
  Map<String, String>? headers,
  Uint8List? body,
  Duration? timeout,
});