refreshRelations static method

Future<LinkModel> refreshRelations(
  1. LinkModel model
)

Implementation

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