refetch abstract method
Makes cache service to refetch cached data updating subscribers with params
params
Params that identify entity
Implementation
Future<void> refetch(P params);
Makes cache service to refetch cached data updating subscribers with params
params
Params that identify entity
Future<void> refetch(P params);