refreshRelations static method

Future<FeedModel> refreshRelations(
  1. FeedModel model
)

Implementation

static Future<FeedModel> refreshRelations(FeedModel model) async {
  return model.copyWith();
}