init method

Future<void> init()

Initializes the cache by loading the current value from storage.

Implementation

Future<void> init() async {
  await initCache(PrfService.instance);
}