resentApplication({ required int applicationId, required String type, }) => networkProvider.modelGet( url: "application/resend/$applicationId?type=$type", dataModel: dynamic, );