operator [] abstract method

Future operator [](
  1. String key
)

Get the cache value for the specified key.

  • key: the key

Implementation

Future<dynamic> operator [](String key);