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