init method
Initializes the cache by loading the current value from storage.
Implementation
Future<void> init() async {
await initCache(PrfService.instance);
}
Initializes the cache by loading the current value from storage.
Future<void> init() async {
await initCache(PrfService.instance);
}