postRaw abstract method
Future<Uint8List>
postRaw(
- APIEndpoint endpoint,
- Uint8List payload, {
- required bool requiresAuth,
Perform a raw POST request (returns raw bytes).
Implementation
Future<Uint8List> postRaw(
APIEndpoint endpoint,
Uint8List payload, {
required bool requiresAuth,
});