get abstract method

Future<String?> get(
  1. String key, {
  2. int? cacheTtl,
})

Performs the get operation.

Implementation

Future<String?> get(String key, {int? cacheTtl});