send abstract method
Future<CloudflareQueueSendResult>
send(
- Object? body, {
- CloudflareQueueContentType? contentType,
- int? delaySeconds,
Performs the send operation.
Implementation
Future<CloudflareQueueSendResult> send(
Object? body, {
CloudflareQueueContentType? contentType,
int? delaySeconds,
});