put<T> abstract method

Future<void> put<T>(
  1. String key,
  2. T value, {
  3. bool? allowConcurrency,
  4. bool? allowUnconfirmed,
  5. bool? noCache,
})

Provides the declared Cloudflare API member.

Implementation

Future<void> put<T>(
  String key,
  T value, {
  bool? allowConcurrency,
  bool? allowUnconfirmed,
  bool? noCache,
});