send abstract method

Future<CloudflareQueueSendResult> send(
  1. Object? body, {
  2. CloudflareQueueContentType? contentType,
  3. int? delaySeconds,
})

Performs the send operation.

Implementation

Future<CloudflareQueueSendResult> send(
  Object? body, {
  CloudflareQueueContentType? contentType,
  int? delaySeconds,
});