putEntries<T> abstract method

Future<void> putEntries<T>(
  1. Map<String, T> entries, {
  2. bool? allowConcurrency,
  3. bool? allowUnconfirmed,
  4. bool? noCache,
})

Provides the declared Cloudflare API member.

Implementation

Future<void> putEntries<T>(
  Map<String, T> entries, {
  bool? allowConcurrency,
  bool? allowUnconfirmed,
  bool? noCache,
});