read abstract method

Future<PageToImage?> read(
  1. String id
)

Read from cache

Implementation

Future<PageToImage?> read(String id);