get<T> abstract method

Future<T?> get<T>(
  1. String key, {
  2. bool? allowConcurrency,
  3. bool? noCache,
})

Provides the declared Cloudflare API member.

Implementation

Future<T?> get<T>(String key, {bool? allowConcurrency, bool? noCache});