refetch abstract method

Future<void> refetch(
  1. P params
)

Makes cache service to refetch cached data updating subscribers with params params Params that identify entity

Implementation

Future<void> refetch(P params);