postRaw abstract method

Future<Uint8List> postRaw(
  1. APIEndpoint endpoint,
  2. Uint8List payload, {
  3. required bool requiresAuth,
})

Perform a raw POST request (returns raw bytes).

Implementation

Future<Uint8List> postRaw(
  APIEndpoint endpoint,
  Uint8List payload, {
  required bool requiresAuth,
});