refreshRelations static method

Future<RoomModel> refreshRelations(
  1. RoomModel model
)

Implementation

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