refreshRelations static method

Future<NotificationModel> refreshRelations(
  1. NotificationModel model
)

Implementation

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