createBatch abstract method
Future<List<CloudflareWorkflowInstance> >
createBatch(
- Iterable<
CloudflareWorkflowCreateOptions> options
Performs the createBatch operation.
Implementation
Future<List<CloudflareWorkflowInstance>> createBatch(
Iterable<CloudflareWorkflowCreateOptions> options,
);