putEntries<T> abstract method
Provides the declared Cloudflare API member.
Implementation
Future<void> putEntries<T>(
Map<String, T> entries, {
bool? allowConcurrency,
bool? allowUnconfirmed,
bool? noCache,
});
Provides the declared Cloudflare API member.
Future<void> putEntries<T>(
Map<String, T> entries, {
bool? allowConcurrency,
bool? allowUnconfirmed,
bool? noCache,
});