get<T> method

Future<T?> get<T>(
  1. String key
)

Implementation

Future<T?> get<T>(String key) => Invoker.get("/cache/$key");